#19C211

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

Shades of Lime Green #19C211

Tints of Lime Green #19C211

Color information

#19C211 (or 0x19C211) is unknown color: approx Lime Green. HEX triplet: 19, C2 and 11. RGB value is (25,194,17). Sum of RGB (Red+Green+Blue) = 25+194+17=236 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.59% from 236); Green value is 194 (76.17% from 255 or 82.20% from 236); Blue value is 17 (7.03% from 255 or 7.20% from 236); Max value from RGB is 194 - color contains mainly: green. Hex color #19C211 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C211 is #E63DEE. Grayscale: #7B7B7B. Windows color (decimal): -15089135 or 1163801. OLE color: 1163801.

HSL color Cylindrical-coordinate representation of color #19C211: hue angle of 117.29º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19C211 is Cyan = 0.87, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB2519417-
CMYK0.8700.910.24
HSL117.29º83.89%41.37%-
HSV(B)117.29º91.24%76.08%-
XYZ19.7938.836.98-
YUV123.2968.0157.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.59%
GREEN value IS 194 (76.17% from 255) = 82.20%
BLUE value IS 17 (7.03% from 255) = 7.20%
R=10.59%
G=82.20%
B=7.20%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal25194170.8700.910.24117.2983.8941.37
Hex19C2115705B18755429
Octal313022112701333016512451
Binary1100111000010100011010111010110111100011101011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19C211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19C211; }

 p { color: rgb(25,194,17); }

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

<style>
 a { background-color: #19C211; }

 a { background-color: rgb(25,194,17); }

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

<style>
 span { border-color: #19C211; }

 span { border-color: rgb(25,194,17); }

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