Shades of Lime Green #19CB19
Tints of Lime Green #19CB19
RGB
CMYK
RGB Variations
Color information
#19CB19 (or 0x19CB19) is known color: Lime Green. HEX triplet: 19, CB and 19. RGB value is (25,203,25). Sum of RGB (Red+Green+Blue) = 25+203+25=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 203 (79.69% from 255 or 80.24% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #19CB19 is #E634E6. Grayscale: #828282. Windows color (decimal): -15086823 or 1690393. OLE color: 1690393.
HSL color Cylindrical-coordinate representation of color #19CB19: hue angle of 120º 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 #19CB19 is Cyan = 0.88, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 25 | - |
| CMYK | 0.88 | 0 | 0.88 | 0.20 |
| HSL | 120º | 0.78% | 0.45% | - |
| HSV(B) | 120º | 0.88% | 0.8% | - |
| XYZ | 21.93 | 42.99 | 8.06 | - |
| YUV | 129.49 | 69.03 | 53.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 25 | 0.88 | 0 | 0.88 | 0.20 | 120 | 0.78 | 0.45 |
| Hex | 19 | CB | 19 | 58 | 0 | 58 | 14 | 78 | 4E | 2D |
| Octal | 31 | 313 | 31 | 130 | 0 | 130 | 24 | 170 | 116 | 55 |
| Binary | 11001 | 11001011 | 11001 | 1011000 | 0 | 1011000 | 10100 | 1111000 | 1001110 | 101101 |
Color Harmonies of #19CB19
Complementary color
Monochromatic Colors of #19CB19
Black with #19CB19
Text Example
Text Example
White with #19CB19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB19; }
p { color: rgb(25,203,25); }
H1.HeaderClassName
{
color: #19CB19;
}
.AnyTagClassName
{
color: #19CB19;
}
</style>
background-color css
<style>
a { background-color: #19CB19; }
a { background-color: rgb(25,203,25); }
div.DivClassName
{
background-color: #19CB19;
}
.BgClassName
{
background-color: #19CB19;
}
</style>
border-color css
<style>
span { border-color: #19CB19; }
span { border-color: rgb(25,203,25); }
td.TdClassName
{
border-color: #19CB19;
}
.TagClassName
{
border-color: #19CB19;
}
</style>