Shades of Kelly Green #2AB510
Tints of Kelly Green #2AB510
RGB
CMYK
RGB Variations
Color information
#2AB510 (or 0x2AB510) is known color: Kelly Green. HEX triplet: 2A, B5 and 10. RGB value is (42,181,16). Sum of RGB (Red+Green+Blue) = 42+181+16=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 181 (71.09% from 255 or 75.73% from 239); Blue value is 16 (6.64% from 255 or 6.69% from 239); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB510 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB510 is #D54AEF. Grayscale: #797979. Windows color (decimal): -13978352 or 1094954. OLE color: 1094954.
HSL color Cylindrical-coordinate representation of color #2AB510: hue angle of 110.55º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB510 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 16 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.29 |
| HSL | 110.55º | 0.84% | 0.39% | - |
| HSV(B) | 110.55º | 0.91% | 0.71% | - |
| XYZ | 17.57 | 33.58 | 6.05 | - |
| YUV | 120.63 | 68.95 | 71.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 16 | 0.77 | 0 | 0.91 | 0.29 | 110.55 | 0.84 | 0.39 |
| Hex | 2A | B5 | 10 | 4D | 0 | 5B | 1D | 6F | 54 | 27 |
| Octal | 52 | 265 | 20 | 115 | 0 | 133 | 35 | 157 | 124 | 47 |
| Binary | 101010 | 10110101 | 10000 | 1001101 | 0 | 1011011 | 11101 | 1101111 | 1010100 | 100111 |
Color Harmonies of #2AB510
Complementary color
Monochromatic Colors of #2AB510
Black with #2AB510
Text Example
Text Example
White with #2AB510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB510; }
p { color: rgb(42,181,16); }
H1.HeaderClassName
{
color: #2AB510;
}
.AnyTagClassName
{
color: #2AB510;
}
</style>
background-color css
<style>
a { background-color: #2AB510; }
a { background-color: rgb(42,181,16); }
div.DivClassName
{
background-color: #2AB510;
}
.BgClassName
{
background-color: #2AB510;
}
</style>
border-color css
<style>
span { border-color: #2AB510; }
span { border-color: rgb(42,181,16); }
td.TdClassName
{
border-color: #2AB510;
}
.TagClassName
{
border-color: #2AB510;
}
</style>