Shades of Lime Green #19CF11
Tints of Lime Green #19CF11
RGB
CMYK
RGB Variations
Color information
#19CF11 (or 0x19CF11) is known color: Lime Green. HEX triplet: 19, CF and 11. RGB value is (25,207,17). Sum of RGB (Red+Green+Blue) = 25+207+17=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 207 (81.25% from 255 or 83.13% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CF11 is #E630EE. Grayscale: #838383. Windows color (decimal): -15085807 or 1167129. OLE color: 1167129.
HSL color Cylindrical-coordinate representation of color #19CF11: hue angle of 117.47º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #19CF11 is Cyan = 0.88, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 17 | - |
| CMYK | 0.88 | 0 | 0.92 | 0.19 |
| HSL | 117.47º | 0.85% | 0.44% | - |
| HSV(B) | 117.47º | 0.92% | 0.81% | - |
| XYZ | 22.81 | 44.87 | 7.99 | - |
| YUV | 130.92 | 63.7 | 52.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 17 | 0.88 | 0 | 0.92 | 0.19 | 117.47 | 0.85 | 0.44 |
| Hex | 19 | CF | 11 | 58 | 0 | 5C | 13 | 75 | 55 | 2C |
| Octal | 31 | 317 | 21 | 130 | 0 | 134 | 23 | 165 | 125 | 54 |
| Binary | 11001 | 11001111 | 10001 | 1011000 | 0 | 1011100 | 10011 | 1110101 | 1010101 | 101100 |
Color Harmonies of #19CF11
Complementary color
Monochromatic Colors of #19CF11
Black with #19CF11
Text Example
Text Example
White with #19CF11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF11; }
p { color: rgb(25,207,17); }
H1.HeaderClassName
{
color: #19CF11;
}
.AnyTagClassName
{
color: #19CF11;
}
</style>
background-color css
<style>
a { background-color: #19CF11; }
a { background-color: rgb(25,207,17); }
div.DivClassName
{
background-color: #19CF11;
}
.BgClassName
{
background-color: #19CF11;
}
</style>
border-color css
<style>
span { border-color: #19CF11; }
span { border-color: rgb(25,207,17); }
td.TdClassName
{
border-color: #19CF11;
}
.TagClassName
{
border-color: #19CF11;
}
</style>