Shades of Lime Green #19C90C
Tints of Lime Green #19C90C
RGB
CMYK
RGB Variations
Color information
#19C90C (or 0x19C90C) is known color: Lime Green. HEX triplet: 19, C9 and 0C. RGB value is (25,201,12). Sum of RGB (Red+Green+Blue) = 25+201+12=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 201 (78.91% from 255 or 84.45% from 238); Blue value is 12 (5.08% from 255 or 5.04% from 238); Max value from RGB is 201 - color contains mainly: green. Hex color #19C90C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C90C is #E636F3. Grayscale: #7F7F7F. Windows color (decimal): -15087348 or 837913. OLE color: 837913.
HSL color Cylindrical-coordinate representation of color #19C90C: hue angle of 115.87º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19C90C is Cyan = 0.88, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 25 | 201 | 12 | - |
| CMYK | 0.88 | 0 | 0.94 | 0.21 |
| HSL | 115.87º | 0.89% | 0.42% | - |
| HSV(B) | 115.87º | 0.94% | 0.79% | - |
| XYZ | 21.35 | 42.01 | 7.33 | - |
| YUV | 126.83 | 63.19 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 201 | 12 | 0.88 | 0 | 0.94 | 0.21 | 115.87 | 0.89 | 0.42 |
| Hex | 19 | C9 | C | 58 | 0 | 5E | 15 | 74 | 59 | 2A |
| Octal | 31 | 311 | 14 | 130 | 0 | 136 | 25 | 164 | 131 | 52 |
| Binary | 11001 | 11001001 | 1100 | 1011000 | 0 | 1011110 | 10101 | 1110100 | 1011001 | 101010 |
Color Harmonies of #19C90C
Complementary color
Monochromatic Colors of #19C90C
Black with #19C90C
Text Example
Text Example
White with #19C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C90C; }
p { color: rgb(25,201,12); }
H1.HeaderClassName
{
color: #19C90C;
}
.AnyTagClassName
{
color: #19C90C;
}
</style>
background-color css
<style>
a { background-color: #19C90C; }
a { background-color: rgb(25,201,12); }
div.DivClassName
{
background-color: #19C90C;
}
.BgClassName
{
background-color: #19C90C;
}
</style>
border-color css
<style>
span { border-color: #19C90C; }
span { border-color: rgb(25,201,12); }
td.TdClassName
{
border-color: #19C90C;
}
.TagClassName
{
border-color: #19C90C;
}
</style>