Shades of Kelly Green #2AB708
Tints of Kelly Green #2AB708
RGB
CMYK
RGB Variations
Color information
#2AB708 (or 0x2AB708) is known color: Kelly Green. HEX triplet: 2A, B7 and 08. RGB value is (42,183,8). Sum of RGB (Red+Green+Blue) = 42+183+8=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 8 (3.52% from 255 or 3.43% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB708 is #D548F7. Grayscale: #797979. Windows color (decimal): -13977848 or 571178. OLE color: 571178.
HSL color Cylindrical-coordinate representation of color #2AB708: hue angle of 108.34º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AB708 is Cyan = 0.77, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 8 | - |
| CMYK | 0.77 | 0 | 0.96 | 0.28 |
| HSL | 108.34º | 0.92% | 0.37% | - |
| HSV(B) | 108.34º | 0.96% | 0.72% | - |
| XYZ | 17.93 | 34.38 | 5.92 | - |
| YUV | 120.89 | 64.29 | 71.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 8 | 0.77 | 0 | 0.96 | 0.28 | 108.34 | 0.92 | 0.37 |
| Hex | 2A | B7 | 8 | 4D | 0 | 60 | 1C | 6C | 5C | 25 |
| Octal | 52 | 267 | 10 | 115 | 0 | 140 | 34 | 154 | 134 | 45 |
| Binary | 101010 | 10110111 | 1000 | 1001101 | 0 | 1100000 | 11100 | 1101100 | 1011100 | 100101 |
Color Harmonies of #2AB708
Complementary color
Monochromatic Colors of #2AB708
Black with #2AB708
Text Example
Text Example
White with #2AB708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB708; }
p { color: rgb(42,183,8); }
H1.HeaderClassName
{
color: #2AB708;
}
.AnyTagClassName
{
color: #2AB708;
}
</style>
background-color css
<style>
a { background-color: #2AB708; }
a { background-color: rgb(42,183,8); }
div.DivClassName
{
background-color: #2AB708;
}
.BgClassName
{
background-color: #2AB708;
}
</style>
border-color css
<style>
span { border-color: #2AB708; }
span { border-color: rgb(42,183,8); }
td.TdClassName
{
border-color: #2AB708;
}
.TagClassName
{
border-color: #2AB708;
}
</style>