Shades of Lime Green #19CB1E
Tints of Lime Green #19CB1E
RGB
CMYK
RGB Variations
Color information
#19CB1E (or 0x19CB1E) is known color: Lime Green. HEX triplet: 19, CB and 1E. RGB value is (25,203,30). Sum of RGB (Red+Green+Blue) = 25+203+30=258 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.69% from 258); Green value is 203 (79.69% from 255 or 78.68% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB1E is #E634E1. Grayscale: #828282. Windows color (decimal): -15086818 or 2018073. OLE color: 2018073.
HSL color Cylindrical-coordinate representation of color #19CB1E: hue angle of 121.69º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CB1E is Cyan = 0.88, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 30 | - |
| CMYK | 0.88 | 0 | 0.85 | 0.20 |
| HSL | 121.69º | 0.78% | 0.45% | - |
| HSV(B) | 121.69º | 0.88% | 0.8% | - |
| XYZ | 21.99 | 43.01 | 8.37 | - |
| YUV | 130.06 | 71.53 | 53.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 30 | 0.88 | 0 | 0.85 | 0.20 | 121.69 | 0.78 | 0.45 |
| Hex | 19 | CB | 1E | 58 | 0 | 55 | 14 | 7A | 4E | 2D |
| Octal | 31 | 313 | 36 | 130 | 0 | 125 | 24 | 172 | 116 | 55 |
| Binary | 11001 | 11001011 | 11110 | 1011000 | 0 | 1010101 | 10100 | 1111010 | 1001110 | 101101 |
Color Harmonies of #19CB1E
Complementary color
Monochromatic Colors of #19CB1E
Black with #19CB1E
Text Example
Text Example
White with #19CB1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB1E; }
p { color: rgb(25,203,30); }
H1.HeaderClassName
{
color: #19CB1E;
}
.AnyTagClassName
{
color: #19CB1E;
}
</style>
background-color css
<style>
a { background-color: #19CB1E; }
a { background-color: rgb(25,203,30); }
div.DivClassName
{
background-color: #19CB1E;
}
.BgClassName
{
background-color: #19CB1E;
}
</style>
border-color css
<style>
span { border-color: #19CB1E; }
span { border-color: rgb(25,203,30); }
td.TdClassName
{
border-color: #19CB1E;
}
.TagClassName
{
border-color: #19CB1E;
}
</style>