Shades of Lime Green #19CF34
Tints of Lime Green #19CF34
RGB
CMYK
RGB Variations
Color information
#19CF34 (or 0x19CF34) is known color: Lime Green. HEX triplet: 19, CF and 34. RGB value is (25,207,52). Sum of RGB (Red+Green+Blue) = 25+207+52=284 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.80% from 284); Green value is 207 (81.25% from 255 or 72.89% from 284); Blue value is 52 (20.70% from 255 or 18.31% from 284); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CF34 is #E630CB. Grayscale: #878787. Windows color (decimal): -15085772 or 3460889. OLE color: 3460889.
HSL color Cylindrical-coordinate representation of color #19CF34: hue angle of 128.9º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #19CF34 is Cyan = 0.88, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 52 | - |
| CMYK | 0.88 | 0 | 0.75 | 0.19 |
| HSL | 128.9º | 0.78% | 0.45% | - |
| HSV(B) | 128.9º | 0.88% | 0.81% | - |
| XYZ | 23.33 | 45.08 | 10.72 | - |
| YUV | 134.91 | 81.2 | 49.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 52 | 0.88 | 0 | 0.75 | 0.19 | 128.9 | 0.78 | 0.45 |
| Hex | 19 | CF | 34 | 58 | 0 | 4B | 13 | 81 | 4E | 2D |
| Octal | 31 | 317 | 64 | 130 | 0 | 113 | 23 | 201 | 116 | 55 |
| Binary | 11001 | 11001111 | 110100 | 1011000 | 0 | 1001011 | 10011 | 10000001 | 1001110 | 101101 |
Color Harmonies of #19CF34
Complementary color
Monochromatic Colors of #19CF34
Black with #19CF34
Text Example
Text Example
White with #19CF34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF34; }
p { color: rgb(25,207,52); }
H1.HeaderClassName
{
color: #19CF34;
}
.AnyTagClassName
{
color: #19CF34;
}
</style>
background-color css
<style>
a { background-color: #19CF34; }
a { background-color: rgb(25,207,52); }
div.DivClassName
{
background-color: #19CF34;
}
.BgClassName
{
background-color: #19CF34;
}
</style>
border-color css
<style>
span { border-color: #19CF34; }
span { border-color: rgb(25,207,52); }
td.TdClassName
{
border-color: #19CF34;
}
.TagClassName
{
border-color: #19CF34;
}
</style>