Shades of Lime Green #19CA15
Tints of Lime Green #19CA15
RGB
CMYK
RGB Variations
Color information
#19CA15 (or 0x19CA15) is known color: Lime Green. HEX triplet: 19, CA and 15. RGB value is (25,202,21). Sum of RGB (Red+Green+Blue) = 25+202+21=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 202 (79.30% from 255 or 81.45% from 248); Blue value is 21 (8.59% from 255 or 8.47% from 248); Max value from RGB is 202 - color contains mainly: green. Hex color #19CA15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CA15 is #E635EA. Grayscale: #808080. Windows color (decimal): -15087083 or 1427993. OLE color: 1427993.
HSL color Cylindrical-coordinate representation of color #19CA15: hue angle of 118.67º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19CA15 is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 202 | 21 | - |
| CMYK | 0.88 | 0 | 0.90 | 0.21 |
| HSL | 118.67º | 0.81% | 0.44% | - |
| HSV(B) | 118.67º | 0.9% | 0.79% | - |
| XYZ | 21.66 | 42.5 | 7.77 | - |
| YUV | 128.44 | 67.36 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 202 | 21 | 0.88 | 0 | 0.90 | 0.21 | 118.67 | 0.81 | 0.44 |
| Hex | 19 | CA | 15 | 58 | 0 | 5A | 15 | 77 | 51 | 2C |
| Octal | 31 | 312 | 25 | 130 | 0 | 132 | 25 | 167 | 121 | 54 |
| Binary | 11001 | 11001010 | 10101 | 1011000 | 0 | 1011010 | 10101 | 1110111 | 1010001 | 101100 |
Color Harmonies of #19CA15
Complementary color
Monochromatic Colors of #19CA15
Black with #19CA15
Text Example
Text Example
White with #19CA15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CA15; }
p { color: rgb(25,202,21); }
H1.HeaderClassName
{
color: #19CA15;
}
.AnyTagClassName
{
color: #19CA15;
}
</style>
background-color css
<style>
a { background-color: #19CA15; }
a { background-color: rgb(25,202,21); }
div.DivClassName
{
background-color: #19CA15;
}
.BgClassName
{
background-color: #19CA15;
}
</style>
border-color css
<style>
span { border-color: #19CA15; }
span { border-color: rgb(25,202,21); }
td.TdClassName
{
border-color: #19CA15;
}
.TagClassName
{
border-color: #19CA15;
}
</style>