Shades of Kelly Green #2AB70C
Tints of Kelly Green #2AB70C
RGB
CMYK
RGB Variations
Color information
#2AB70C (or 0x2AB70C) is known color: Kelly Green. HEX triplet: 2A, B7 and 0C. RGB value is (42,183,12). Sum of RGB (Red+Green+Blue) = 42+183+12=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 183 (71.88% from 255 or 77.22% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 183 - color contains mainly: green. Hex color #2AB70C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB70C is #D548F3. Grayscale: #797979. Windows color (decimal): -13977844 or 833322. OLE color: 833322.
HSL color Cylindrical-coordinate representation of color #2AB70C: hue angle of 109.47º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AB70C is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 183 | 12 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.28 |
| HSL | 109.47º | 0.88% | 0.38% | - |
| HSV(B) | 109.47º | 0.93% | 0.72% | - |
| XYZ | 17.95 | 34.39 | 6.04 | - |
| YUV | 121.35 | 66.29 | 71.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 183 | 12 | 0.77 | 0 | 0.93 | 0.28 | 109.47 | 0.88 | 0.38 |
| Hex | 2A | B7 | C | 4D | 0 | 5D | 1C | 6D | 58 | 26 |
| Octal | 52 | 267 | 14 | 115 | 0 | 135 | 34 | 155 | 130 | 46 |
| Binary | 101010 | 10110111 | 1100 | 1001101 | 0 | 1011101 | 11100 | 1101101 | 1011000 | 100110 |
Color Harmonies of #2AB70C
Complementary color
Monochromatic Colors of #2AB70C
Black with #2AB70C
Text Example
Text Example
White with #2AB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB70C; }
p { color: rgb(42,183,12); }
H1.HeaderClassName
{
color: #2AB70C;
}
.AnyTagClassName
{
color: #2AB70C;
}
</style>
background-color css
<style>
a { background-color: #2AB70C; }
a { background-color: rgb(42,183,12); }
div.DivClassName
{
background-color: #2AB70C;
}
.BgClassName
{
background-color: #2AB70C;
}
</style>
border-color css
<style>
span { border-color: #2AB70C; }
span { border-color: rgb(42,183,12); }
td.TdClassName
{
border-color: #2AB70C;
}
.TagClassName
{
border-color: #2AB70C;
}
</style>