Shades of Kelly Green #2AB804
Tints of Kelly Green #2AB804
RGB
CMYK
RGB Variations
Color information
#2AB804 (or 0x2AB804) is known color: Kelly Green. HEX triplet: 2A, B8 and 04. RGB value is (42,184,4). Sum of RGB (Red+Green+Blue) = 42+184+4=230 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.26% from 230); Green value is 184 (72.27% from 255 or 80% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB804 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB804 is #D547FB. Grayscale: #797979. Windows color (decimal): -13977596 or 309290. OLE color: 309290.
HSL color Cylindrical-coordinate representation of color #2AB804: hue angle of 107.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AB804 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.28 |
| HSL | 107.33º | 0.96% | 0.37% | - |
| HSV(B) | 107.33º | 0.98% | 0.72% | - |
| XYZ | 18.12 | 34.78 | 5.87 | - |
| YUV | 121.02 | 61.96 | 71.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 4 | 0.77 | 0 | 0.98 | 0.28 | 107.33 | 0.96 | 0.37 |
| Hex | 2A | B8 | 4 | 4D | 0 | 62 | 1C | 6B | 60 | 25 |
| Octal | 52 | 270 | 4 | 115 | 0 | 142 | 34 | 153 | 140 | 45 |
| Binary | 101010 | 10111000 | 100 | 1001101 | 0 | 1100010 | 11100 | 1101011 | 1100000 | 100101 |
Color Harmonies of #2AB804
Complementary color
Monochromatic Colors of #2AB804
Black with #2AB804
Text Example
Text Example
White with #2AB804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB804; }
p { color: rgb(42,184,4); }
H1.HeaderClassName
{
color: #2AB804;
}
.AnyTagClassName
{
color: #2AB804;
}
</style>
background-color css
<style>
a { background-color: #2AB804; }
a { background-color: rgb(42,184,4); }
div.DivClassName
{
background-color: #2AB804;
}
.BgClassName
{
background-color: #2AB804;
}
</style>
border-color css
<style>
span { border-color: #2AB804; }
span { border-color: rgb(42,184,4); }
td.TdClassName
{
border-color: #2AB804;
}
.TagClassName
{
border-color: #2AB804;
}
</style>