Shades of Lime Green #19C10C
Tints of Lime Green #19C10C
RGB
CMYK
RGB Variations
Color information
#19C10C (or 0x19C10C) is known color: Lime Green. HEX triplet: 19, C1 and 0C. RGB value is (25,193,12). Sum of RGB (Red+Green+Blue) = 25+193+12=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 193 (75.78% from 255 or 83.91% from 230); Blue value is 12 (5.08% from 255 or 5.22% from 230); Max value from RGB is 193 - color contains mainly: green. Hex color #19C10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19C10C is #E63EF3. Grayscale: #7A7A7A. Windows color (decimal): -15089396 or 835865. OLE color: 835865.
HSL color Cylindrical-coordinate representation of color #19C10C: hue angle of 115.69º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #19C10C is Cyan = 0.87, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 193 | 12 | - |
| CMYK | 0.87 | 0 | 0.94 | 0.24 |
| HSL | 115.69º | 0.88% | 0.4% | - |
| HSV(B) | 115.69º | 0.94% | 0.76% | - |
| XYZ | 19.54 | 38.37 | 6.72 | - |
| YUV | 122.13 | 65.84 | 58.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 193 | 12 | 0.87 | 0 | 0.94 | 0.24 | 115.69 | 0.88 | 0.4 |
| Hex | 19 | C1 | C | 57 | 0 | 5E | 18 | 74 | 58 | 28 |
| Octal | 31 | 301 | 14 | 127 | 0 | 136 | 30 | 164 | 130 | 50 |
| Binary | 11001 | 11000001 | 1100 | 1010111 | 0 | 1011110 | 11000 | 1110100 | 1011000 | 101000 |
Color Harmonies of #19C10C
Complementary color
Monochromatic Colors of #19C10C
Black with #19C10C
Text Example
Text Example
White with #19C10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C10C; }
p { color: rgb(25,193,12); }
H1.HeaderClassName
{
color: #19C10C;
}
.AnyTagClassName
{
color: #19C10C;
}
</style>
background-color css
<style>
a { background-color: #19C10C; }
a { background-color: rgb(25,193,12); }
div.DivClassName
{
background-color: #19C10C;
}
.BgClassName
{
background-color: #19C10C;
}
</style>
border-color css
<style>
span { border-color: #19C10C; }
span { border-color: rgb(25,193,12); }
td.TdClassName
{
border-color: #19C10C;
}
.TagClassName
{
border-color: #19C10C;
}
</style>