#21C041

Color #21C041 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #21C041

Tints of Lime Green #21C041

Color information

#21C041 (or 0x21C041) is unknown color: approx Lime Green. HEX triplet: 21, C0 and 41. RGB value is (33,192,65). Sum of RGB (Red+Green+Blue) = 33+192+65=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 192 (75.39% from 255 or 66.21% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 192 - color contains mainly: green. Hex color #21C041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21C041 is #DE3FBE. Grayscale: #828282. Windows color (decimal): -14565311 or 4309025. OLE color: 4309025.

HSL color Cylindrical-coordinate representation of color #21C041: hue angle of 132.08º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21C041 is Cyan = 0.83, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB3319265-
CMYK0.8300.660.25
HSL132.08º70.67%44.12%-
HSV(B)132.08º82.81%75.29%-
XYZ20.4338.411.34-
YUV129.9891.3258.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 11.38%
GREEN value IS 192 (75.39% from 255) = 66.21%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=11.38%
G=66.21%
B=22.41%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal33192650.8300.660.25132.0870.6744.12
Hex21C041530421984472c
Octal4130010112301023120410754
Binary10000111000000100000110100110100001011001100001001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21C041; }

 p { color: rgb(33,192,65); }

 H1.HeaderClassName
 {
   color: #21C041;
 }
 .AnyTagClassName
 {
   color: #21C041;
 }
</style>
background-color css

<style>
 a { background-color: #21C041; }

 a { background-color: rgb(33,192,65); }

 div.DivClassName
 {
   background-color: #21C041;
 }
 .BgClassName
 {
   background-color: #21C041;
 }
</style>
border-color css

<style>
 span { border-color: #21C041; }

 span { border-color: rgb(33,192,65); }

 td.TdClassName
 {
   border-color: #21C041;
 }
 .TagClassName
 {
   border-color: #21C041;
 }
</style>