Shades of Lime Green #19CB33
Tints of Lime Green #19CB33
RGB
CMYK
RGB Variations
Color information
#19CB33 (or 0x19CB33) is known color: Lime Green. HEX triplet: 19, CB and 33. RGB value is (25,203,51). Sum of RGB (Red+Green+Blue) = 25+203+51=279 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.96% from 279); Green value is 203 (79.69% from 255 or 72.76% from 279); Blue value is 51 (20.31% from 255 or 18.28% from 279); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB33 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB33 is #E634CC. Grayscale: #848484. Windows color (decimal): -15086797 or 3394329. OLE color: 3394329.
HSL color Cylindrical-coordinate representation of color #19CB33: hue angle of 128.76º 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 #19CB33 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 51 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.20 |
| HSL | 128.76º | 0.78% | 0.45% | - |
| HSV(B) | 128.76º | 0.88% | 0.8% | - |
| XYZ | 22.35 | 43.16 | 10.28 | - |
| YUV | 132.45 | 82.03 | 51.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 51 | 0.88 | 0 | 0.75 | 0.20 | 128.76 | 0.78 | 0.45 |
| Hex | 19 | CB | 33 | 58 | 0 | 4B | 14 | 81 | 4E | 2D |
| Octal | 31 | 313 | 63 | 130 | 0 | 113 | 24 | 201 | 116 | 55 |
| Binary | 11001 | 11001011 | 110011 | 1011000 | 0 | 1001011 | 10100 | 10000001 | 1001110 | 101101 |
Color Harmonies of #19CB33
Complementary color
Monochromatic Colors of #19CB33
Black with #19CB33
Text Example
Text Example
White with #19CB33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB33; }
p { color: rgb(25,203,51); }
H1.HeaderClassName
{
color: #19CB33;
}
.AnyTagClassName
{
color: #19CB33;
}
</style>
background-color css
<style>
a { background-color: #19CB33; }
a { background-color: rgb(25,203,51); }
div.DivClassName
{
background-color: #19CB33;
}
.BgClassName
{
background-color: #19CB33;
}
</style>
border-color css
<style>
span { border-color: #19CB33; }
span { border-color: rgb(25,203,51); }
td.TdClassName
{
border-color: #19CB33;
}
.TagClassName
{
border-color: #19CB33;
}
</style>