Shades of Lime Green #19CB2D
Tints of Lime Green #19CB2D
RGB
CMYK
RGB Variations
Color information
#19CB2D (or 0x19CB2D) is known color: Lime Green. HEX triplet: 19, CB and 2D. RGB value is (25,203,45). Sum of RGB (Red+Green+Blue) = 25+203+45=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 203 (79.69% from 255 or 74.36% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB2D is #E634D2. Grayscale: #848484. Windows color (decimal): -15086803 or 3001113. OLE color: 3001113.
HSL color Cylindrical-coordinate representation of color #19CB2D: hue angle of 126.74º 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 #19CB2D is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 45 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.20 |
| HSL | 126.74º | 0.78% | 0.45% | - |
| HSV(B) | 126.74º | 0.88% | 0.8% | - |
| XYZ | 22.23 | 43.11 | 9.63 | - |
| YUV | 131.77 | 79.03 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 45 | 0.88 | 0 | 0.78 | 0.20 | 126.74 | 0.78 | 0.45 |
| Hex | 19 | CB | 2D | 58 | 0 | 4E | 14 | 7F | 4E | 2D |
| Octal | 31 | 313 | 55 | 130 | 0 | 116 | 24 | 177 | 116 | 55 |
| Binary | 11001 | 11001011 | 101101 | 1011000 | 0 | 1001110 | 10100 | 1111111 | 1001110 | 101101 |
Color Harmonies of #19CB2D
Complementary color
Monochromatic Colors of #19CB2D
Black with #19CB2D
Text Example
Text Example
White with #19CB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB2D; }
p { color: rgb(25,203,45); }
H1.HeaderClassName
{
color: #19CB2D;
}
.AnyTagClassName
{
color: #19CB2D;
}
</style>
background-color css
<style>
a { background-color: #19CB2D; }
a { background-color: rgb(25,203,45); }
div.DivClassName
{
background-color: #19CB2D;
}
.BgClassName
{
background-color: #19CB2D;
}
</style>
border-color css
<style>
span { border-color: #19CB2D; }
span { border-color: rgb(25,203,45); }
td.TdClassName
{
border-color: #19CB2D;
}
.TagClassName
{
border-color: #19CB2D;
}
</style>