Shades of Kelly Green #2AB204
Tints of Kelly Green #2AB204
RGB
CMYK
RGB Variations
Color information
#2AB204 (or 0x2AB204) is known color: Kelly Green. HEX triplet: 2A, B2 and 04. RGB value is (42,178,4). Sum of RGB (Red+Green+Blue) = 42+178+4=224 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.75% from 224); Green value is 178 (69.92% from 255 or 79.46% from 224); Blue value is 4 (1.95% from 255 or 1.79% from 224); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB204 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB204 is #D54DFB. Grayscale: #767676. Windows color (decimal): -13979132 or 307754. OLE color: 307754.
HSL color Cylindrical-coordinate representation of color #2AB204: hue angle of 106.9º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AB204 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.30 |
| HSL | 106.9º | 0.96% | 0.36% | - |
| HSV(B) | 106.9º | 0.98% | 0.7% | - |
| XYZ | 16.9 | 32.34 | 5.47 | - |
| YUV | 117.5 | 63.94 | 74.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 4 | 0.76 | 0 | 0.98 | 0.30 | 106.9 | 0.96 | 0.36 |
| Hex | 2A | B2 | 4 | 4C | 0 | 62 | 1E | 6B | 60 | 24 |
| Octal | 52 | 262 | 4 | 114 | 0 | 142 | 36 | 153 | 140 | 44 |
| Binary | 101010 | 10110010 | 100 | 1001100 | 0 | 1100010 | 11110 | 1101011 | 1100000 | 100100 |
Color Harmonies of #2AB204
Complementary color
Monochromatic Colors of #2AB204
Black with #2AB204
Text Example
Text Example
White with #2AB204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB204; }
p { color: rgb(42,178,4); }
H1.HeaderClassName
{
color: #2AB204;
}
.AnyTagClassName
{
color: #2AB204;
}
</style>
background-color css
<style>
a { background-color: #2AB204; }
a { background-color: rgb(42,178,4); }
div.DivClassName
{
background-color: #2AB204;
}
.BgClassName
{
background-color: #2AB204;
}
</style>
border-color css
<style>
span { border-color: #2AB204; }
span { border-color: rgb(42,178,4); }
td.TdClassName
{
border-color: #2AB204;
}
.TagClassName
{
border-color: #2AB204;
}
</style>