Shades of Lime Green #19C32B
Tints of Lime Green #19C32B
RGB
CMYK
RGB Variations
Color information
#19C32B (or 0x19C32B) is known color: Lime Green. HEX triplet: 19, C3 and 2B. RGB value is (25,195,43). Sum of RGB (Red+Green+Blue) = 25+195+43=263 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.51% from 263); Green value is 195 (76.56% from 255 or 74.14% from 263); Blue value is 43 (17.19% from 255 or 16.35% from 263); Max value from RGB is 195 - color contains mainly: green. Hex color #19C32B is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19C32B is #E63CD4. Grayscale: #7F7F7F. Windows color (decimal): -15088853 or 2867993. OLE color: 2867993.
HSL color Cylindrical-coordinate representation of color #19C32B: hue angle of 126.35º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19C32B is Cyan = 0.87, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 25 | 195 | 43 | - |
| CMYK | 0.87 | 0 | 0.78 | 0.24 |
| HSL | 126.35º | 0.77% | 0.43% | - |
| HSV(B) | 126.35º | 0.87% | 0.76% | - |
| XYZ | 20.35 | 39.41 | 8.82 | - |
| YUV | 126.84 | 80.68 | 55.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 195 | 43 | 0.87 | 0 | 0.78 | 0.24 | 126.35 | 0.77 | 0.43 |
| Hex | 19 | C3 | 2B | 57 | 0 | 4E | 18 | 7E | 4D | 2B |
| Octal | 31 | 303 | 53 | 127 | 0 | 116 | 30 | 176 | 115 | 53 |
| Binary | 11001 | 11000011 | 101011 | 1010111 | 0 | 1001110 | 11000 | 1111110 | 1001101 | 101011 |
Color Harmonies of #19C32B
Complementary color
Monochromatic Colors of #19C32B
Black with #19C32B
Text Example
Text Example
White with #19C32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19C32B; }
p { color: rgb(25,195,43); }
H1.HeaderClassName
{
color: #19C32B;
}
.AnyTagClassName
{
color: #19C32B;
}
</style>
background-color css
<style>
a { background-color: #19C32B; }
a { background-color: rgb(25,195,43); }
div.DivClassName
{
background-color: #19C32B;
}
.BgClassName
{
background-color: #19C32B;
}
</style>
border-color css
<style>
span { border-color: #19C32B; }
span { border-color: rgb(25,195,43); }
td.TdClassName
{
border-color: #19C32B;
}
.TagClassName
{
border-color: #19C32B;
}
</style>