Shades of Kelly Green #2ABC0E
Tints of Kelly Green #2ABC0E
RGB
CMYK
RGB Variations
Color information
#2ABC0E (or 0x2ABC0E) is known color: Kelly Green. HEX triplet: 2A, BC and 0E. RGB value is (42,188,14). Sum of RGB (Red+Green+Blue) = 42+188+14=244 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.21% from 244); Green value is 188 (73.83% from 255 or 77.05% from 244); Blue value is 14 (5.86% from 255 or 5.74% from 244); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC0E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ABC0E is #D543F1. Grayscale: #7D7D7D. Windows color (decimal): -13976562 or 965674. OLE color: 965674.
HSL color Cylindrical-coordinate representation of color #2ABC0E: hue angle of 110.34º 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 #2ABC0E is Cyan = 0.78, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 14 | - |
| CMYK | 0.78 | 0 | 0.93 | 0.26 |
| HSL | 110.34º | 0.86% | 0.4% | - |
| HSV(B) | 110.34º | 0.93% | 0.74% | - |
| XYZ | 19.02 | 36.49 | 6.46 | - |
| YUV | 124.51 | 65.63 | 69.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 14 | 0.78 | 0 | 0.93 | 0.26 | 110.34 | 0.86 | 0.4 |
| Hex | 2A | BC | E | 4E | 0 | 5D | 1A | 6E | 56 | 28 |
| Octal | 52 | 274 | 16 | 116 | 0 | 135 | 32 | 156 | 126 | 50 |
| Binary | 101010 | 10111100 | 1110 | 1001110 | 0 | 1011101 | 11010 | 1101110 | 1010110 | 101000 |
Color Harmonies of #2ABC0E
Complementary color
Monochromatic Colors of #2ABC0E
Black with #2ABC0E
Text Example
Text Example
White with #2ABC0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC0E; }
p { color: rgb(42,188,14); }
H1.HeaderClassName
{
color: #2ABC0E;
}
.AnyTagClassName
{
color: #2ABC0E;
}
</style>
background-color css
<style>
a { background-color: #2ABC0E; }
a { background-color: rgb(42,188,14); }
div.DivClassName
{
background-color: #2ABC0E;
}
.BgClassName
{
background-color: #2ABC0E;
}
</style>
border-color css
<style>
span { border-color: #2ABC0E; }
span { border-color: rgb(42,188,14); }
td.TdClassName
{
border-color: #2ABC0E;
}
.TagClassName
{
border-color: #2ABC0E;
}
</style>