Shades of Kelly Green #2ABD0E
Tints of Kelly Green #2ABD0E
RGB
CMYK
RGB Variations
Color information
#2ABD0E (or 0x2ABD0E) is known color: Kelly Green. HEX triplet: 2A, BD and 0E. RGB value is (42,189,14). Sum of RGB (Red+Green+Blue) = 42+189+14=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 189 (74.22% from 255 or 77.14% from 245); Blue value is 14 (5.86% from 255 or 5.71% from 245); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABD0E is #D542F1. Grayscale: #7D7D7D. Windows color (decimal): -13976306 or 965930. OLE color: 965930.
HSL color Cylindrical-coordinate representation of color #2ABD0E: hue angle of 110.4º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2ABD0E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 14 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.26 |
| HSL | 110.4º | 0.86% | 0.4% | - |
| HSV(B) | 110.4º | 0.93% | 0.74% | - |
| XYZ | 19.23 | 36.92 | 6.53 | - |
| YUV | 125.1 | 65.3 | 68.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 14 | 0.78 | 0 | 0.93 | 0.26 | 110.4 | 0.86 | 0.4 |
| Hex | 2A | BD | E | 4E | 0 | 5D | 1A | 6E | 56 | 28 |
| Octal | 52 | 275 | 16 | 116 | 0 | 135 | 32 | 156 | 126 | 50 |
| Binary | 101010 | 10111101 | 1110 | 1001110 | 0 | 1011101 | 11010 | 1101110 | 1010110 | 101000 |
Color Harmonies of #2ABD0E
Complementary color
Monochromatic Colors of #2ABD0E
Black with #2ABD0E
Text Example
Text Example
White with #2ABD0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD0E; }
p { color: rgb(42,189,14); }
H1.HeaderClassName
{
color: #2ABD0E;
}
.AnyTagClassName
{
color: #2ABD0E;
}
</style>
background-color css
<style>
a { background-color: #2ABD0E; }
a { background-color: rgb(42,189,14); }
div.DivClassName
{
background-color: #2ABD0E;
}
.BgClassName
{
background-color: #2ABD0E;
}
</style>
border-color css
<style>
span { border-color: #2ABD0E; }
span { border-color: rgb(42,189,14); }
td.TdClassName
{
border-color: #2ABD0E;
}
.TagClassName
{
border-color: #2ABD0E;
}
</style>