Shades of Lime Green #19CF2D
Tints of Lime Green #19CF2D
RGB
CMYK
RGB Variations
Color information
#19CF2D (or 0x19CF2D) is known color: Lime Green. HEX triplet: 19, CF and 2D. RGB value is (25,207,45). Sum of RGB (Red+Green+Blue) = 25+207+45=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 207 (81.25% from 255 or 74.73% from 277); Blue value is 45 (17.97% from 255 or 16.25% from 277); Max value from RGB is 207 - color contains mainly: green. Hex color #19CF2D is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CF2D is #E630D2. Grayscale: #868686. Windows color (decimal): -15085779 or 3002137. OLE color: 3002137.
HSL color Cylindrical-coordinate representation of color #19CF2D: hue angle of 126.59º 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 #19CF2D is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 207 | 45 | - |
| CMYK | 0.88 | 0 | 0.78 | 0.19 |
| HSL | 126.59º | 0.78% | 0.45% | - |
| HSV(B) | 126.59º | 0.88% | 0.81% | - |
| XYZ | 23.19 | 45.02 | 9.95 | - |
| YUV | 134.11 | 77.7 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 207 | 45 | 0.88 | 0 | 0.78 | 0.19 | 126.59 | 0.78 | 0.45 |
| Hex | 19 | CF | 2D | 58 | 0 | 4E | 13 | 7F | 4E | 2D |
| Octal | 31 | 317 | 55 | 130 | 0 | 116 | 23 | 177 | 116 | 55 |
| Binary | 11001 | 11001111 | 101101 | 1011000 | 0 | 1001110 | 10011 | 1111111 | 1001110 | 101101 |
Color Harmonies of #19CF2D
Complementary color
Monochromatic Colors of #19CF2D
Black with #19CF2D
Text Example
Text Example
White with #19CF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CF2D; }
p { color: rgb(25,207,45); }
H1.HeaderClassName
{
color: #19CF2D;
}
.AnyTagClassName
{
color: #19CF2D;
}
</style>
background-color css
<style>
a { background-color: #19CF2D; }
a { background-color: rgb(25,207,45); }
div.DivClassName
{
background-color: #19CF2D;
}
.BgClassName
{
background-color: #19CF2D;
}
</style>
border-color css
<style>
span { border-color: #19CF2D; }
span { border-color: rgb(25,207,45); }
td.TdClassName
{
border-color: #19CF2D;
}
.TagClassName
{
border-color: #19CF2D;
}
</style>