Shades of Lime Green #19CF29
Tints of Lime Green #19CF29
RGB
CMYK
RGB Variations
Color information
#19CF29 (or 0x19CF29) is known color: Lime Green. HEX triplet: 19, CF and 29. RGB value is (25,207,41). Sum of RGB (Red+Green+Blue) = 25+207+41=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 207 (81.25% from 255 or 75.82% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CF29 is #E630D6. Grayscale: #868686. Windows color (decimal): -15085783 or 2739993. OLE color: 2739993.
HSL color Cylindrical-coordinate representation of color #19CF29: hue angle of 125.27º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CF29 is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 41 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.19 |
| HSL | 125.27º | 0.78% | 0.45% | - |
| HSV(B) | 125.27º | 0.88% | 0.81% | - |
| XYZ | 23.11 | 44.99 | 9.56 | - |
| YUV | 133.66 | 75.7 | 50.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 41 | 0.88 | 0 | 0.80 | 0.19 | 125.27 | 0.78 | 0.45 |
| Hex | 19 | CF | 29 | 58 | 0 | 50 | 13 | 7D | 4E | 2D |
| Octal | 31 | 317 | 51 | 130 | 0 | 120 | 23 | 175 | 116 | 55 |
| Binary | 11001 | 11001111 | 101001 | 1011000 | 0 | 1010000 | 10011 | 1111101 | 1001110 | 101101 |
Color Harmonies of #19CF29
Complementary color
Monochromatic Colors of #19CF29
Black with #19CF29
Text Example
Text Example
White with #19CF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF29; }
p { color: rgb(25,207,41); }
H1.HeaderClassName
{
color: #19CF29;
}
.AnyTagClassName
{
color: #19CF29;
}
</style>
background-color css
<style>
a { background-color: #19CF29; }
a { background-color: rgb(25,207,41); }
div.DivClassName
{
background-color: #19CF29;
}
.BgClassName
{
background-color: #19CF29;
}
</style>
border-color css
<style>
span { border-color: #19CF29; }
span { border-color: rgb(25,207,41); }
td.TdClassName
{
border-color: #19CF29;
}
.TagClassName
{
border-color: #19CF29;
}
</style>