Shades of Kelly Green #2AB211
Tints of Kelly Green #2AB211
RGB
CMYK
RGB Variations
Color information
#2AB211 (or 0x2AB211) is known color: Kelly Green. HEX triplet: 2A, B2 and 11. RGB value is (42,178,17). Sum of RGB (Red+Green+Blue) = 42+178+17=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 178 (69.92% from 255 or 75.11% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB211 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB211 is #D54DEE. Grayscale: #777777. Windows color (decimal): -13979119 or 1159722. OLE color: 1159722.
HSL color Cylindrical-coordinate representation of color #2AB211: hue angle of 110.68º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB211 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 17 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.30 |
| HSL | 110.68º | 0.83% | 0.38% | - |
| HSV(B) | 110.68º | 0.9% | 0.7% | - |
| XYZ | 16.98 | 32.37 | 5.88 | - |
| YUV | 118.98 | 70.44 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 17 | 0.76 | 0 | 0.90 | 0.30 | 110.68 | 0.83 | 0.38 |
| Hex | 2A | B2 | 11 | 4C | 0 | 5A | 1E | 6F | 53 | 26 |
| Octal | 52 | 262 | 21 | 114 | 0 | 132 | 36 | 157 | 123 | 46 |
| Binary | 101010 | 10110010 | 10001 | 1001100 | 0 | 1011010 | 11110 | 1101111 | 1010011 | 100110 |
Color Harmonies of #2AB211
Complementary color
Monochromatic Colors of #2AB211
Black with #2AB211
Text Example
Text Example
White with #2AB211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB211; }
p { color: rgb(42,178,17); }
H1.HeaderClassName
{
color: #2AB211;
}
.AnyTagClassName
{
color: #2AB211;
}
</style>
background-color css
<style>
a { background-color: #2AB211; }
a { background-color: rgb(42,178,17); }
div.DivClassName
{
background-color: #2AB211;
}
.BgClassName
{
background-color: #2AB211;
}
</style>
border-color css
<style>
span { border-color: #2AB211; }
span { border-color: rgb(42,178,17); }
td.TdClassName
{
border-color: #2AB211;
}
.TagClassName
{
border-color: #2AB211;
}
</style>