Shades of Kelly Green #2ABF0E
Tints of Kelly Green #2ABF0E
RGB
CMYK
RGB Variations
Color information
#2ABF0E (or 0x2ABF0E) is known color: Kelly Green. HEX triplet: 2A, BF and 0E. RGB value is (42,191,14). Sum of RGB (Red+Green+Blue) = 42+191+14=247 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.00% from 247); Green value is 191 (75% from 255 or 77.33% from 247); Blue value is 14 (5.86% from 255 or 5.67% from 247); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABF0E is #D540F1. Grayscale: #7E7E7E. Windows color (decimal): -13975794 or 966442. OLE color: 966442.
HSL color Cylindrical-coordinate representation of color #2ABF0E: hue angle of 110.51º 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 #2ABF0E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 14 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.25 |
| HSL | 110.51º | 0.86% | 0.4% | - |
| HSV(B) | 110.51º | 0.93% | 0.75% | - |
| XYZ | 19.66 | 37.79 | 6.67 | - |
| YUV | 126.27 | 64.64 | 67.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 14 | 0.78 | 0 | 0.93 | 0.25 | 110.51 | 0.86 | 0.4 |
| Hex | 2A | BF | E | 4E | 0 | 5D | 19 | 6F | 56 | 28 |
| Octal | 52 | 277 | 16 | 116 | 0 | 135 | 31 | 157 | 126 | 50 |
| Binary | 101010 | 10111111 | 1110 | 1001110 | 0 | 1011101 | 11001 | 1101111 | 1010110 | 101000 |
Color Harmonies of #2ABF0E
Complementary color
Monochromatic Colors of #2ABF0E
Black with #2ABF0E
Text Example
Text Example
White with #2ABF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF0E; }
p { color: rgb(42,191,14); }
H1.HeaderClassName
{
color: #2ABF0E;
}
.AnyTagClassName
{
color: #2ABF0E;
}
</style>
background-color css
<style>
a { background-color: #2ABF0E; }
a { background-color: rgb(42,191,14); }
div.DivClassName
{
background-color: #2ABF0E;
}
.BgClassName
{
background-color: #2ABF0E;
}
</style>
border-color css
<style>
span { border-color: #2ABF0E; }
span { border-color: rgb(42,191,14); }
td.TdClassName
{
border-color: #2ABF0E;
}
.TagClassName
{
border-color: #2ABF0E;
}
</style>