Shades of Kelly Green #2AB30E
Tints of Kelly Green #2AB30E
RGB
CMYK
RGB Variations
Color information
#2AB30E (or 0x2AB30E) is known color: Kelly Green. HEX triplet: 2A, B3 and 0E. RGB value is (42,179,14). Sum of RGB (Red+Green+Blue) = 42+179+14=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB30E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB30E is #D54CF1. Grayscale: #777777. Windows color (decimal): -13978866 or 963370. OLE color: 963370.
HSL color Cylindrical-coordinate representation of color #2AB30E: hue angle of 109.82º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #2AB30E is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 14 | - |
| CMYK | 0.77 | 0 | 0.92 | 0.30 |
| HSL | 109.82º | 0.85% | 0.38% | - |
| HSV(B) | 109.82º | 0.92% | 0.7% | - |
| XYZ | 17.15 | 32.76 | 5.84 | - |
| YUV | 119.23 | 68.61 | 72.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 14 | 0.77 | 0 | 0.92 | 0.30 | 109.82 | 0.85 | 0.38 |
| Hex | 2A | B3 | E | 4D | 0 | 5C | 1E | 6E | 55 | 26 |
| Octal | 52 | 263 | 16 | 115 | 0 | 134 | 36 | 156 | 125 | 46 |
| Binary | 101010 | 10110011 | 1110 | 1001101 | 0 | 1011100 | 11110 | 1101110 | 1010101 | 100110 |
Color Harmonies of #2AB30E
Complementary color
Monochromatic Colors of #2AB30E
Black with #2AB30E
Text Example
Text Example
White with #2AB30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB30E; }
p { color: rgb(42,179,14); }
H1.HeaderClassName
{
color: #2AB30E;
}
.AnyTagClassName
{
color: #2AB30E;
}
</style>
background-color css
<style>
a { background-color: #2AB30E; }
a { background-color: rgb(42,179,14); }
div.DivClassName
{
background-color: #2AB30E;
}
.BgClassName
{
background-color: #2AB30E;
}
</style>
border-color css
<style>
span { border-color: #2AB30E; }
span { border-color: rgb(42,179,14); }
td.TdClassName
{
border-color: #2AB30E;
}
.TagClassName
{
border-color: #2AB30E;
}
</style>