Shades of Lime Green #19CC34
Tints of Lime Green #19CC34
RGB
CMYK
RGB Variations
Color information
#19CC34 (or 0x19CC34) is known color: Lime Green. HEX triplet: 19, CC and 34. RGB value is (25,204,52). Sum of RGB (Red+Green+Blue) = 25+204+52=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 204 (80.08% from 255 or 72.60% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 204 - color contains mainly: green. Hex color #19CC34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CC34 is #E633CB. Grayscale: #858585. Windows color (decimal): -15086540 or 3460121. OLE color: 3460121.
HSL color Cylindrical-coordinate representation of color #19CC34: hue angle of 129.05º 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 #19CC34 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 25 | 204 | 52 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.2 |
| HSL | 129.05º | 0.78% | 0.45% | - |
| HSV(B) | 129.05º | 0.88% | 0.8% | - |
| XYZ | 22.61 | 43.64 | 10.48 | - |
| YUV | 133.15 | 82.2 | 50.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 204 | 52 | 0.88 | 0 | 0.75 | 0.2 | 129.05 | 0.78 | 0.45 |
| Hex | 19 | CC | 34 | 58 | 0 | 4B | 14 | 81 | 4E | 2D |
| Octal | 31 | 314 | 64 | 130 | 0 | 113 | 24 | 201 | 116 | 55 |
| Binary | 11001 | 11001100 | 110100 | 1011000 | 0 | 1001011 | 10100 | 10000001 | 1001110 | 101101 |
Color Harmonies of #19CC34
Complementary color
Monochromatic Colors of #19CC34
Black with #19CC34
Text Example
Text Example
White with #19CC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CC34; }
p { color: rgb(25,204,52); }
H1.HeaderClassName
{
color: #19CC34;
}
.AnyTagClassName
{
color: #19CC34;
}
</style>
background-color css
<style>
a { background-color: #19CC34; }
a { background-color: rgb(25,204,52); }
div.DivClassName
{
background-color: #19CC34;
}
.BgClassName
{
background-color: #19CC34;
}
</style>
border-color css
<style>
span { border-color: #19CC34; }
span { border-color: rgb(25,204,52); }
td.TdClassName
{
border-color: #19CC34;
}
.TagClassName
{
border-color: #19CC34;
}
</style>