Shades of Kelly Green #2AB406
Tints of Kelly Green #2AB406
RGB
CMYK
RGB Variations
Color information
#2AB406 (or 0x2AB406) is known color: Kelly Green. HEX triplet: 2A, B4 and 06. RGB value is (42,180,6). Sum of RGB (Red+Green+Blue) = 42+180+6=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 180 (70.70% from 255 or 78.95% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB406 is #D54BF9. Grayscale: #777777. Windows color (decimal): -13978618 or 439338. OLE color: 439338.
HSL color Cylindrical-coordinate representation of color #2AB406: hue angle of 107.59º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB406 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 6 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.29 |
| HSL | 107.59º | 0.94% | 0.36% | - |
| HSV(B) | 107.59º | 0.97% | 0.71% | - |
| XYZ | 17.31 | 33.15 | 5.66 | - |
| YUV | 118.9 | 64.28 | 73.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 6 | 0.77 | 0 | 0.97 | 0.29 | 107.59 | 0.94 | 0.36 |
| Hex | 2A | B4 | 6 | 4D | 0 | 61 | 1D | 6C | 5E | 24 |
| Octal | 52 | 264 | 6 | 115 | 0 | 141 | 35 | 154 | 136 | 44 |
| Binary | 101010 | 10110100 | 110 | 1001101 | 0 | 1100001 | 11101 | 1101100 | 1011110 | 100100 |
Color Harmonies of #2AB406
Complementary color
Monochromatic Colors of #2AB406
Black with #2AB406
Text Example
Text Example
White with #2AB406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB406; }
p { color: rgb(42,180,6); }
H1.HeaderClassName
{
color: #2AB406;
}
.AnyTagClassName
{
color: #2AB406;
}
</style>
background-color css
<style>
a { background-color: #2AB406; }
a { background-color: rgb(42,180,6); }
div.DivClassName
{
background-color: #2AB406;
}
.BgClassName
{
background-color: #2AB406;
}
</style>
border-color css
<style>
span { border-color: #2AB406; }
span { border-color: rgb(42,180,6); }
td.TdClassName
{
border-color: #2AB406;
}
.TagClassName
{
border-color: #2AB406;
}
</style>