Shades of Lime Green #19CB2B
Tints of Lime Green #19CB2B
RGB
CMYK
RGB Variations
Color information
#19CB2B (or 0x19CB2B) is known color: Lime Green. HEX triplet: 19, CB and 2B. RGB value is (25,203,43). Sum of RGB (Red+Green+Blue) = 25+203+43=271 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.23% from 271); Green value is 203 (79.69% from 255 or 74.91% from 271); Blue value is 43 (17.19% from 255 or 15.87% from 271); Max value from RGB is 203 - color contains mainly: green. Hex color #19CB2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CB2B is #E634D4. Grayscale: #848484. Windows color (decimal): -15086805 or 2870041. OLE color: 2870041.
HSL color Cylindrical-coordinate representation of color #19CB2B: hue angle of 126.07º 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 #19CB2B is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 25 | 203 | 43 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.20 |
| HSL | 126.07º | 0.78% | 0.45% | - |
| HSV(B) | 126.07º | 0.88% | 0.8% | - |
| XYZ | 22.19 | 43.09 | 9.43 | - |
| YUV | 131.54 | 78.03 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 203 | 43 | 0.88 | 0 | 0.79 | 0.20 | 126.07 | 0.78 | 0.45 |
| Hex | 19 | CB | 2B | 58 | 0 | 4F | 14 | 7E | 4E | 2D |
| Octal | 31 | 313 | 53 | 130 | 0 | 117 | 24 | 176 | 116 | 55 |
| Binary | 11001 | 11001011 | 101011 | 1011000 | 0 | 1001111 | 10100 | 1111110 | 1001110 | 101101 |
Color Harmonies of #19CB2B
Complementary color
Monochromatic Colors of #19CB2B
Black with #19CB2B
Text Example
Text Example
White with #19CB2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CB2B; }
p { color: rgb(25,203,43); }
H1.HeaderClassName
{
color: #19CB2B;
}
.AnyTagClassName
{
color: #19CB2B;
}
</style>
background-color css
<style>
a { background-color: #19CB2B; }
a { background-color: rgb(25,203,43); }
div.DivClassName
{
background-color: #19CB2B;
}
.BgClassName
{
background-color: #19CB2B;
}
</style>
border-color css
<style>
span { border-color: #19CB2B; }
span { border-color: rgb(25,203,43); }
td.TdClassName
{
border-color: #19CB2B;
}
.TagClassName
{
border-color: #19CB2B;
}
</style>