Shades of Kelly Green #2AB104
Tints of Kelly Green #2AB104
RGB
CMYK
RGB Variations
Color information
#2AB104 (or 0x2AB104) is known color: Kelly Green. HEX triplet: 2A, B1 and 04. RGB value is (42,177,4). Sum of RGB (Red+Green+Blue) = 42+177+4=223 (29% of max value = 765). Red value is 42 (16.80% from 255 or 18.83% from 223); Green value is 177 (69.53% from 255 or 79.37% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB104 is #D54EFB. Grayscale: #757575. Windows color (decimal): -13979388 or 307498. OLE color: 307498.
HSL color Cylindrical-coordinate representation of color #2AB104: hue angle of 106.82º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2AB104 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.31 |
| HSL | 106.82º | 0.96% | 0.35% | - |
| HSV(B) | 106.82º | 0.98% | 0.69% | - |
| XYZ | 16.7 | 31.95 | 5.4 | - |
| YUV | 116.91 | 64.27 | 74.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 4 | 0.76 | 0 | 0.98 | 0.31 | 106.82 | 0.96 | 0.35 |
| Hex | 2A | B1 | 4 | 4C | 0 | 62 | 1F | 6B | 60 | 23 |
| Octal | 52 | 261 | 4 | 114 | 0 | 142 | 37 | 153 | 140 | 43 |
| Binary | 101010 | 10110001 | 100 | 1001100 | 0 | 1100010 | 11111 | 1101011 | 1100000 | 100011 |
Color Harmonies of #2AB104
Complementary color
Monochromatic Colors of #2AB104
Black with #2AB104
Text Example
Text Example
White with #2AB104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB104; }
p { color: rgb(42,177,4); }
H1.HeaderClassName
{
color: #2AB104;
}
.AnyTagClassName
{
color: #2AB104;
}
</style>
background-color css
<style>
a { background-color: #2AB104; }
a { background-color: rgb(42,177,4); }
div.DivClassName
{
background-color: #2AB104;
}
.BgClassName
{
background-color: #2AB104;
}
</style>
border-color css
<style>
span { border-color: #2AB104; }
span { border-color: rgb(42,177,4); }
td.TdClassName
{
border-color: #2AB104;
}
.TagClassName
{
border-color: #2AB104;
}
</style>