Shades of Kelly Green #2AB511
Tints of Kelly Green #2AB511
RGB
CMYK
RGB Variations
Color information
#2AB511 (or 0x2AB511) is known color: Kelly Green. HEX triplet: 2A, B5 and 11. RGB value is (42,181,17). Sum of RGB (Red+Green+Blue) = 42+181+17=240 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.5% from 240); Green value is 181 (71.09% from 255 or 75.42% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB511 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB511 is #D54AEE. Grayscale: #797979. Windows color (decimal): -13978351 or 1160490. OLE color: 1160490.
HSL color Cylindrical-coordinate representation of color #2AB511: hue angle of 110.85º degrees, saturation: 0.83, 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 #2AB511 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 17 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.29 |
| HSL | 110.85º | 0.83% | 0.39% | - |
| HSV(B) | 110.85º | 0.91% | 0.71% | - |
| XYZ | 17.58 | 33.58 | 6.09 | - |
| YUV | 120.74 | 69.45 | 71.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 17 | 0.77 | 0 | 0.91 | 0.29 | 110.85 | 0.83 | 0.39 |
| Hex | 2A | B5 | 11 | 4D | 0 | 5B | 1D | 6F | 53 | 27 |
| Octal | 52 | 265 | 21 | 115 | 0 | 133 | 35 | 157 | 123 | 47 |
| Binary | 101010 | 10110101 | 10001 | 1001101 | 0 | 1011011 | 11101 | 1101111 | 1010011 | 100111 |
Color Harmonies of #2AB511
Complementary color
Monochromatic Colors of #2AB511
Black with #2AB511
Text Example
Text Example
White with #2AB511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB511; }
p { color: rgb(42,181,17); }
H1.HeaderClassName
{
color: #2AB511;
}
.AnyTagClassName
{
color: #2AB511;
}
</style>
background-color css
<style>
a { background-color: #2AB511; }
a { background-color: rgb(42,181,17); }
div.DivClassName
{
background-color: #2AB511;
}
.BgClassName
{
background-color: #2AB511;
}
</style>
border-color css
<style>
span { border-color: #2AB511; }
span { border-color: rgb(42,181,17); }
td.TdClassName
{
border-color: #2AB511;
}
.TagClassName
{
border-color: #2AB511;
}
</style>