#21C614

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

Shades of Lime Green #21C614

Tints of Lime Green #21C614

Color information

#21C614 (or 0x21C614) is unknown color: approx Lime Green. HEX triplet: 21, C6 and 14. RGB value is (33,198,20). Sum of RGB (Red+Green+Blue) = 33+198+20=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 198 (77.73% from 255 or 78.88% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 198 - color contains mainly: green. Hex color #21C614 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #21C614 is #DE39EB. Grayscale: #808080. Windows color (decimal): -14563820 or 1361441. OLE color: 1361441.

HSL color Cylindrical-coordinate representation of color #21C614: hue angle of 115.62º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #21C614 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB3319820-
CMYK0.8300.900.22
HSL115.62º81.65%42.75%-
HSV(B)115.62º89.9%77.65%-
XYZ20.9540.767.43-
YUV128.3766.8459.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 198 (77.73% from 255) = 78.88%
BLUE value IS 20 (8.20% from 255) = 7.97%
R=13.15%
G=78.88%
B=7.97%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal33198200.8300.900.22115.6281.6542.75
Hex21C6145305A1674522b
Octal413062412301322616412253
Binary10000111000110101001010011010110101011011101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21C614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,198,20); }

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

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

 a { background-color: rgb(33,198,20); }

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

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

 span { border-color: rgb(33,198,20); }

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