Shades of Lime Green #19CB2F
Tints of Lime Green #19CB2F
RGB
CMYK
RGB Variations
Color information
#19CB2F (or 0x19CB2F) is known color: Lime Green. HEX triplet: 19, CB and 2F. RGB value is (25,203,47). Sum of RGB (Red+Green+Blue) = 25+203+47=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 203 (79.69% from 255 or 73.82% from 275); Blue value is 47 (18.75% from 255 or 17.09% from 275); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB2F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB2F is #E634D0. Grayscale: #848484. Windows color (decimal): -15086801 or 3132185. OLE color: 3132185.
HSL color Cylindrical-coordinate representation of color #19CB2F: hue angle of 127.42º 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 #19CB2F is Cyan = 0.88, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 47 | - |
| CMYK | 0.88 | 0 | 0.77 | 0.20 |
| HSL | 127.42º | 0.78% | 0.45% | - |
| HSV(B) | 127.42º | 0.88% | 0.8% | - |
| XYZ | 22.27 | 43.12 | 9.84 | - |
| YUV | 131.99 | 80.03 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 47 | 0.88 | 0 | 0.77 | 0.20 | 127.42 | 0.78 | 0.45 |
| Hex | 19 | CB | 2F | 58 | 0 | 4D | 14 | 7F | 4E | 2D |
| Octal | 31 | 313 | 57 | 130 | 0 | 115 | 24 | 177 | 116 | 55 |
| Binary | 11001 | 11001011 | 101111 | 1011000 | 0 | 1001101 | 10100 | 1111111 | 1001110 | 101101 |
Color Harmonies of #19CB2F
Complementary color
Monochromatic Colors of #19CB2F
Black with #19CB2F
Text Example
Text Example
White with #19CB2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB2F; }
p { color: rgb(25,203,47); }
H1.HeaderClassName
{
color: #19CB2F;
}
.AnyTagClassName
{
color: #19CB2F;
}
</style>
background-color css
<style>
a { background-color: #19CB2F; }
a { background-color: rgb(25,203,47); }
div.DivClassName
{
background-color: #19CB2F;
}
.BgClassName
{
background-color: #19CB2F;
}
</style>
border-color css
<style>
span { border-color: #19CB2F; }
span { border-color: rgb(25,203,47); }
td.TdClassName
{
border-color: #19CB2F;
}
.TagClassName
{
border-color: #19CB2F;
}
</style>