Shades of Kelly Green #2AB304
Tints of Kelly Green #2AB304
RGB
CMYK
RGB Variations
Color information
#2AB304 (or 0x2AB304) is known color: Kelly Green. HEX triplet: 2A, B3 and 04. RGB value is (42,179,4). Sum of RGB (Red+Green+Blue) = 42+179+4=225 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.67% from 225); Green value is 179 (70.31% from 255 or 79.56% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 179 - color contains mainly: green. Hex color #2AB304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB304 is #D54CFB. Grayscale: #767676. Windows color (decimal): -13978876 or 308010. OLE color: 308010.
HSL color Cylindrical-coordinate representation of color #2AB304: hue angle of 106.97º 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 #2AB304 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 179 | 4 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.30 |
| HSL | 106.97º | 0.96% | 0.36% | - |
| HSV(B) | 106.97º | 0.98% | 0.7% | - |
| XYZ | 17.1 | 32.74 | 5.53 | - |
| YUV | 118.09 | 63.61 | 73.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 179 | 4 | 0.77 | 0 | 0.98 | 0.30 | 106.97 | 0.96 | 0.36 |
| Hex | 2A | B3 | 4 | 4D | 0 | 62 | 1E | 6B | 60 | 24 |
| Octal | 52 | 263 | 4 | 115 | 0 | 142 | 36 | 153 | 140 | 44 |
| Binary | 101010 | 10110011 | 100 | 1001101 | 0 | 1100010 | 11110 | 1101011 | 1100000 | 100100 |
Color Harmonies of #2AB304
Complementary color
Monochromatic Colors of #2AB304
Black with #2AB304
Text Example
Text Example
White with #2AB304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB304; }
p { color: rgb(42,179,4); }
H1.HeaderClassName
{
color: #2AB304;
}
.AnyTagClassName
{
color: #2AB304;
}
</style>
background-color css
<style>
a { background-color: #2AB304; }
a { background-color: rgb(42,179,4); }
div.DivClassName
{
background-color: #2AB304;
}
.BgClassName
{
background-color: #2AB304;
}
</style>
border-color css
<style>
span { border-color: #2AB304; }
span { border-color: rgb(42,179,4); }
td.TdClassName
{
border-color: #2AB304;
}
.TagClassName
{
border-color: #2AB304;
}
</style>