Shades of Kelly Green #2AB411
Tints of Kelly Green #2AB411
RGB
CMYK
RGB Variations
Color information
#2AB411 (or 0x2AB411) is known color: Kelly Green. HEX triplet: 2A, B4 and 11. RGB value is (42,180,17). Sum of RGB (Red+Green+Blue) = 42+180+17=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 180 (70.70% from 255 or 75.31% from 239); Blue value is 17 (7.03% from 255 or 7.11% from 239); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB411 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB411 is #D54BEE. Grayscale: #787878. Windows color (decimal): -13978607 or 1160234. OLE color: 1160234.
HSL color Cylindrical-coordinate representation of color #2AB411: hue angle of 110.8º 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 #2AB411 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 17 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.29 |
| HSL | 110.8º | 0.83% | 0.39% | - |
| HSV(B) | 110.8º | 0.91% | 0.71% | - |
| XYZ | 17.38 | 33.18 | 6.02 | - |
| YUV | 120.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 17 | 0.77 | 0 | 0.91 | 0.29 | 110.8 | 0.83 | 0.39 |
| Hex | 2A | B4 | 11 | 4D | 0 | 5B | 1D | 6F | 53 | 27 |
| Octal | 52 | 264 | 21 | 115 | 0 | 133 | 35 | 157 | 123 | 47 |
| Binary | 101010 | 10110100 | 10001 | 1001101 | 0 | 1011011 | 11101 | 1101111 | 1010011 | 100111 |
Color Harmonies of #2AB411
Complementary color
Monochromatic Colors of #2AB411
Black with #2AB411
Text Example
Text Example
White with #2AB411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB411; }
p { color: rgb(42,180,17); }
H1.HeaderClassName
{
color: #2AB411;
}
.AnyTagClassName
{
color: #2AB411;
}
</style>
background-color css
<style>
a { background-color: #2AB411; }
a { background-color: rgb(42,180,17); }
div.DivClassName
{
background-color: #2AB411;
}
.BgClassName
{
background-color: #2AB411;
}
</style>
border-color css
<style>
span { border-color: #2AB411; }
span { border-color: rgb(42,180,17); }
td.TdClassName
{
border-color: #2AB411;
}
.TagClassName
{
border-color: #2AB411;
}
</style>