#19CA11

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

Shades of Lime Green #19CA11

Tints of Lime Green #19CA11

Color information

#19CA11 (or 0x19CA11) is unknown color: approx Lime Green. HEX triplet: 19, CA and 11. RGB value is (25,202,17). Sum of RGB (Red+Green+Blue) = 25+202+17=244 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.25% from 244); Green value is 202 (79.30% from 255 or 82.79% from 244); Blue value is 17 (7.03% from 255 or 6.97% from 244); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CA11 is #E635EE. Grayscale: #808080. Windows color (decimal): -15087087 or 1165849. OLE color: 1165849.

HSL color Cylindrical-coordinate representation of color #19CA11: hue angle of 117.41º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19CA11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB2520217-
CMYK0.8800.920.21
HSL117.41º84.47%42.94%-
HSV(B)117.41º91.58%79.22%-
XYZ21.6242.497.59-
YUV127.9965.3654.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.25%
GREEN value IS 202 (79.30% from 255) = 82.79%
BLUE value IS 17 (7.03% from 255) = 6.97%
R=10.25%
G=82.79%
B=6.97%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25202170.8800.920.21117.4184.4742.94
Hex19CA115805C1575542b
Octal313122113001342516512453
Binary1100111001010100011011000010111001010111101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CA11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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