Shades of Lime Green #19CE2A
Tints of Lime Green #19CE2A
RGB
CMYK
RGB Variations
Color information
#19CE2A (or 0x19CE2A) is known color: Lime Green. HEX triplet: 19, CE and 2A. RGB value is (25,206,42). Sum of RGB (Red+Green+Blue) = 25+206+42=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 206 (80.86% from 255 or 75.46% from 273); Blue value is 42 (16.80% from 255 or 15.38% from 273); Max value from RGB is 206 - color contains mainly: green. Hex color #19CE2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19CE2A is #E631D5. Grayscale: #858585. Windows color (decimal): -15086038 or 2805273. OLE color: 2805273.
HSL color Cylindrical-coordinate representation of color #19CE2A: hue angle of 125.64º 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 #19CE2A is Cyan = 0.88, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 25 | 206 | 42 | - |
| CMYK | 0.88 | 0 | 0.80 | 0.19 |
| HSL | 125.64º | 0.78% | 0.45% | - |
| HSV(B) | 125.64º | 0.88% | 0.81% | - |
| XYZ | 22.89 | 44.52 | 9.58 | - |
| YUV | 133.19 | 76.53 | 50.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 206 | 42 | 0.88 | 0 | 0.80 | 0.19 | 125.64 | 0.78 | 0.45 |
| Hex | 19 | CE | 2A | 58 | 0 | 50 | 13 | 7E | 4E | 2D |
| Octal | 31 | 316 | 52 | 130 | 0 | 120 | 23 | 176 | 116 | 55 |
| Binary | 11001 | 11001110 | 101010 | 1011000 | 0 | 1010000 | 10011 | 1111110 | 1001110 | 101101 |
Color Harmonies of #19CE2A
Complementary color
Monochromatic Colors of #19CE2A
Black with #19CE2A
Text Example
Text Example
White with #19CE2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19CE2A; }
p { color: rgb(25,206,42); }
H1.HeaderClassName
{
color: #19CE2A;
}
.AnyTagClassName
{
color: #19CE2A;
}
</style>
background-color css
<style>
a { background-color: #19CE2A; }
a { background-color: rgb(25,206,42); }
div.DivClassName
{
background-color: #19CE2A;
}
.BgClassName
{
background-color: #19CE2A;
}
</style>
border-color css
<style>
span { border-color: #19CE2A; }
span { border-color: rgb(25,206,42); }
td.TdClassName
{
border-color: #19CE2A;
}
.TagClassName
{
border-color: #19CE2A;
}
</style>