Shades of Kelly Green #2AB019
Tints of Kelly Green #2AB019
RGB
CMYK
RGB Variations
Color information
#2AB019 (or 0x2AB019) is known color: Kelly Green. HEX triplet: 2A, B0 and 19. RGB value is (42,176,25). Sum of RGB (Red+Green+Blue) = 42+176+25=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 176 (69.14% from 255 or 72.43% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 176 - color contains mainly: green. Hex color #2AB019 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB019 is #D54FE6. Grayscale: #777777. Windows color (decimal): -13979623 or 1683498. OLE color: 1683498.
HSL color Cylindrical-coordinate representation of color #2AB019: hue angle of 113.25º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2AB019 is Cyan = 0.76, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 176 | 25 | - |
| CMYK | 0.76 | 0 | 0.86 | 0.31 |
| HSL | 113.25º | 0.75% | 0.39% | - |
| HSV(B) | 113.25º | 0.86% | 0.69% | - |
| XYZ | 16.66 | 31.61 | 6.14 | - |
| YUV | 118.72 | 75.11 | 73.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 176 | 25 | 0.76 | 0 | 0.86 | 0.31 | 113.25 | 0.75 | 0.39 |
| Hex | 2A | B0 | 19 | 4C | 0 | 56 | 1F | 71 | 4B | 27 |
| Octal | 52 | 260 | 31 | 114 | 0 | 126 | 37 | 161 | 113 | 47 |
| Binary | 101010 | 10110000 | 11001 | 1001100 | 0 | 1010110 | 11111 | 1110001 | 1001011 | 100111 |
Color Harmonies of #2AB019
Complementary color
Monochromatic Colors of #2AB019
Black with #2AB019
Text Example
Text Example
White with #2AB019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB019; }
p { color: rgb(42,176,25); }
H1.HeaderClassName
{
color: #2AB019;
}
.AnyTagClassName
{
color: #2AB019;
}
</style>
background-color css
<style>
a { background-color: #2AB019; }
a { background-color: rgb(42,176,25); }
div.DivClassName
{
background-color: #2AB019;
}
.BgClassName
{
background-color: #2AB019;
}
</style>
border-color css
<style>
span { border-color: #2AB019; }
span { border-color: rgb(42,176,25); }
td.TdClassName
{
border-color: #2AB019;
}
.TagClassName
{
border-color: #2AB019;
}
</style>