#19CA19

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

Shades of Lime Green #19CA19

Tints of Lime Green #19CA19

Color information

#19CA19 (or 0x19CA19) is unknown color: approx Lime Green. HEX triplet: 19, CA and 19. RGB value is (25,202,25). Sum of RGB (Red+Green+Blue) = 25+202+25=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 202 (79.30% from 255 or 80.16% from 252); Blue value is 25 (10.16% from 255 or 9.92% from 252); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CA19 is #E635E6. Grayscale: #818181. Windows color (decimal): -15087079 or 1690137. OLE color: 1690137.

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

Color convert

RGB2520225-
CMYK0.8800.880.21
HSL120º77.97%44.51%-
HSV(B)120º87.62%79.22%-
XYZ21.742.527.98-
YUV128.969.3653.89-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.92%
GREEN value IS 202 (79.30% from 255) = 80.16%
BLUE value IS 25 (10.16% from 255) = 9.92%
R=9.92%
G=80.16%
B=9.92%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal25202250.8800.880.2112077.9744.51
Hex19CA195805815784e2d
Octal313123113001302517011655
Binary1100111001010110011011000010110001010111110001001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CA19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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