Shades of Kelly Green #2ABE0E
Tints of Kelly Green #2ABE0E
RGB
CMYK
RGB Variations
Color information
#2ABE0E (or 0x2ABE0E) is known color: Kelly Green. HEX triplet: 2A, BE and 0E. RGB value is (42,190,14). Sum of RGB (Red+Green+Blue) = 42+190+14=246 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.07% from 246); Green value is 190 (74.61% from 255 or 77.24% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABE0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABE0E is #D541F1. Grayscale: #7E7E7E. Windows color (decimal): -13976050 or 966186. OLE color: 966186.
HSL color Cylindrical-coordinate representation of color #2ABE0E: hue angle of 110.45º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ABE0E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 14 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.25 |
| HSL | 110.45º | 0.86% | 0.4% | - |
| HSV(B) | 110.45º | 0.93% | 0.75% | - |
| XYZ | 19.45 | 37.35 | 6.6 | - |
| YUV | 125.68 | 64.97 | 68.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 14 | 0.78 | 0 | 0.93 | 0.25 | 110.45 | 0.86 | 0.4 |
| Hex | 2A | BE | E | 4E | 0 | 5D | 19 | 6E | 56 | 28 |
| Octal | 52 | 276 | 16 | 116 | 0 | 135 | 31 | 156 | 126 | 50 |
| Binary | 101010 | 10111110 | 1110 | 1001110 | 0 | 1011101 | 11001 | 1101110 | 1010110 | 101000 |
Color Harmonies of #2ABE0E
Complementary color
Monochromatic Colors of #2ABE0E
Black with #2ABE0E
Text Example
Text Example
White with #2ABE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABE0E; }
p { color: rgb(42,190,14); }
H1.HeaderClassName
{
color: #2ABE0E;
}
.AnyTagClassName
{
color: #2ABE0E;
}
</style>
background-color css
<style>
a { background-color: #2ABE0E; }
a { background-color: rgb(42,190,14); }
div.DivClassName
{
background-color: #2ABE0E;
}
.BgClassName
{
background-color: #2ABE0E;
}
</style>
border-color css
<style>
span { border-color: #2ABE0E; }
span { border-color: rgb(42,190,14); }
td.TdClassName
{
border-color: #2ABE0E;
}
.TagClassName
{
border-color: #2ABE0E;
}
</style>