Shades of Lime Green #19C907
Tints of Lime Green #19C907
RGB
CMYK
RGB Variations
Color information
#19C907 (or 0x19C907) is known color: Lime Green. HEX triplet: 19, C9 and 07. RGB value is (25,201,7). Sum of RGB (Red+Green+Blue) = 25+201+7=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 201 (78.91% from 255 or 86.27% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 201 - color contains mainly: green. Hex color #19C907 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C907 is #E636F8. Grayscale: #7E7E7E. Windows color (decimal): -15087353 or 510233. OLE color: 510233.
HSL color Cylindrical-coordinate representation of color #19C907: hue angle of 114.43º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #19C907 is Cyan = 0.88, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 7 | - |
| CMYK | 0.88 | 0 | 0.97 | 0.21 |
| HSL | 114.43º | 0.93% | 0.41% | - |
| HSV(B) | 114.43º | 0.97% | 0.79% | - |
| XYZ | 21.33 | 42 | 7.18 | - |
| YUV | 126.26 | 60.69 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 7 | 0.88 | 0 | 0.97 | 0.21 | 114.43 | 0.93 | 0.41 |
| Hex | 19 | C9 | 7 | 58 | 0 | 61 | 15 | 72 | 5D | 29 |
| Octal | 31 | 311 | 7 | 130 | 0 | 141 | 25 | 162 | 135 | 51 |
| Binary | 11001 | 11001001 | 111 | 1011000 | 0 | 1100001 | 10101 | 1110010 | 1011101 | 101001 |
Color Harmonies of #19C907
Complementary color
Monochromatic Colors of #19C907
Black with #19C907
Text Example
Text Example
White with #19C907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C907; }
p { color: rgb(25,201,7); }
H1.HeaderClassName
{
color: #19C907;
}
.AnyTagClassName
{
color: #19C907;
}
</style>
background-color css
<style>
a { background-color: #19C907; }
a { background-color: rgb(25,201,7); }
div.DivClassName
{
background-color: #19C907;
}
.BgClassName
{
background-color: #19C907;
}
</style>
border-color css
<style>
span { border-color: #19C907; }
span { border-color: rgb(25,201,7); }
td.TdClassName
{
border-color: #19C907;
}
.TagClassName
{
border-color: #19C907;
}
</style>