#19CF13

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

Shades of Lime Green #19CF13

Tints of Lime Green #19CF13

Color information

#19CF13 (or 0x19CF13) is unknown color: approx Lime Green. HEX triplet: 19, CF and 13. RGB value is (25,207,19). Sum of RGB (Red+Green+Blue) = 25+207+19=251 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.96% from 251); Green value is 207 (81.25% from 255 or 82.47% from 251); Blue value is 19 (7.81% from 255 or 7.57% from 251); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CF13 is #E630EC. Grayscale: #838383. Windows color (decimal): -15085805 or 1298201. OLE color: 1298201.

HSL color Cylindrical-coordinate representation of color #19CF13: hue angle of 118.09º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #19CF13 is Cyan = 0.88, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB2520719-
CMYK0.8800.910.19
HSL118.09º83.19%44.31%-
HSV(B)118.09º90.82%81.18%-
XYZ22.8344.888.08-
YUV131.1564.752.29-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.96%
GREEN value IS 207 (81.25% from 255) = 82.47%
BLUE value IS 19 (7.81% from 255) = 7.57%
R=9.96%
G=82.47%
B=7.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal25207190.8800.910.19118.0983.1944.31
Hex19CF135805B1376532c
Octal313172313001332316612354
Binary1100111001111100111011000010110111001111101101010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19CF13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,207,19); }

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

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

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

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

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

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

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