Shades of Lime Green #19CC2B
Tints of Lime Green #19CC2B
RGB
CMYK
RGB Variations
Color information
#19CC2B (or 0x19CC2B) is known color: Lime Green. HEX triplet: 19, CC and 2B. RGB value is (25,204,43). Sum of RGB (Red+Green+Blue) = 25+204+43=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 204 (80.08% from 255 or 75% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC2B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC2B is #E633D4. Grayscale: #848484. Windows color (decimal): -15086549 or 2870297. OLE color: 2870297.
HSL color Cylindrical-coordinate representation of color #19CC2B: hue angle of 126.03º 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 #19CC2B is Cyan = 0.88, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 43 | - |
| CMYK | 0.88 | 0 | 0.79 | 0.2 |
| HSL | 126.03º | 0.78% | 0.45% | - |
| HSV(B) | 126.03º | 0.88% | 0.8% | - |
| XYZ | 22.43 | 43.57 | 9.51 | - |
| YUV | 132.13 | 77.7 | 51.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 43 | 0.88 | 0 | 0.79 | 0.2 | 126.03 | 0.78 | 0.45 |
| Hex | 19 | CC | 2B | 58 | 0 | 4F | 14 | 7E | 4E | 2D |
| Octal | 31 | 314 | 53 | 130 | 0 | 117 | 24 | 176 | 116 | 55 |
| Binary | 11001 | 11001100 | 101011 | 1011000 | 0 | 1001111 | 10100 | 1111110 | 1001110 | 101101 |
Color Harmonies of #19CC2B
Complementary color
Monochromatic Colors of #19CC2B
Black with #19CC2B
Text Example
Text Example
White with #19CC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC2B; }
p { color: rgb(25,204,43); }
H1.HeaderClassName
{
color: #19CC2B;
}
.AnyTagClassName
{
color: #19CC2B;
}
</style>
background-color css
<style>
a { background-color: #19CC2B; }
a { background-color: rgb(25,204,43); }
div.DivClassName
{
background-color: #19CC2B;
}
.BgClassName
{
background-color: #19CC2B;
}
</style>
border-color css
<style>
span { border-color: #19CC2B; }
span { border-color: rgb(25,204,43); }
td.TdClassName
{
border-color: #19CC2B;
}
.TagClassName
{
border-color: #19CC2B;
}
</style>