Shades of Kelly Green #2AB306
Tints of Kelly Green #2AB306
RGB
CMYK
RGB Variations
Color information
#2AB306 (or 0x2AB306) is known color: Kelly Green. HEX triplet: 2A, B3 and 06. RGB value is (42,179,6). Sum of RGB (Red+Green+Blue) = 42+179+6=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 6 (2.73% from 255 or 2.64% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB306 is #D54CF9. Grayscale: #767676. Windows color (decimal): -13978874 or 439082. OLE color: 439082.
HSL color Cylindrical-coordinate representation of color #2AB306: hue angle of 107.51º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AB306 is Cyan = 0.77, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 6 | - |
| CMYK | 0.77 | 0 | 0.97 | 0.30 |
| HSL | 107.51º | 0.94% | 0.36% | - |
| HSV(B) | 107.51º | 0.97% | 0.7% | - |
| XYZ | 17.11 | 32.75 | 5.59 | - |
| YUV | 118.32 | 64.61 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 6 | 0.77 | 0 | 0.97 | 0.30 | 107.51 | 0.94 | 0.36 |
| Hex | 2A | B3 | 6 | 4D | 0 | 61 | 1E | 6C | 5E | 24 |
| Octal | 52 | 263 | 6 | 115 | 0 | 141 | 36 | 154 | 136 | 44 |
| Binary | 101010 | 10110011 | 110 | 1001101 | 0 | 1100001 | 11110 | 1101100 | 1011110 | 100100 |
Color Harmonies of #2AB306
Complementary color
Monochromatic Colors of #2AB306
Black with #2AB306
Text Example
Text Example
White with #2AB306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB306; }
p { color: rgb(42,179,6); }
H1.HeaderClassName
{
color: #2AB306;
}
.AnyTagClassName
{
color: #2AB306;
}
</style>
background-color css
<style>
a { background-color: #2AB306; }
a { background-color: rgb(42,179,6); }
div.DivClassName
{
background-color: #2AB306;
}
.BgClassName
{
background-color: #2AB306;
}
</style>
border-color css
<style>
span { border-color: #2AB306; }
span { border-color: rgb(42,179,6); }
td.TdClassName
{
border-color: #2AB306;
}
.TagClassName
{
border-color: #2AB306;
}
</style>