Shades of Kelly Green #2AB112
Tints of Kelly Green #2AB112
RGB
CMYK
RGB Variations
Color information
#2AB112 (or 0x2AB112) is known color: Kelly Green. HEX triplet: 2A, B1 and 12. RGB value is (42,177,18). Sum of RGB (Red+Green+Blue) = 42+177+18=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 177 (69.53% from 255 or 74.68% from 237); Blue value is 18 (7.42% from 255 or 7.59% from 237); Max value from RGB is 177 - color contains mainly: green. Hex color #2AB112 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB112 is #D54EED. Grayscale: #777777. Windows color (decimal): -13979374 or 1225002. OLE color: 1225002.
HSL color Cylindrical-coordinate representation of color #2AB112: hue angle of 110.94º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB112 is Cyan = 0.76, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 177 | 18 | - |
| CMYK | 0.76 | 0 | 0.90 | 0.31 |
| HSL | 110.94º | 0.82% | 0.38% | - |
| HSV(B) | 110.94º | 0.9% | 0.69% | - |
| XYZ | 16.79 | 31.98 | 5.86 | - |
| YUV | 118.51 | 71.27 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 177 | 18 | 0.76 | 0 | 0.90 | 0.31 | 110.94 | 0.82 | 0.38 |
| Hex | 2A | B1 | 12 | 4C | 0 | 5A | 1F | 6F | 52 | 26 |
| Octal | 52 | 261 | 22 | 114 | 0 | 132 | 37 | 157 | 122 | 46 |
| Binary | 101010 | 10110001 | 10010 | 1001100 | 0 | 1011010 | 11111 | 1101111 | 1010010 | 100110 |
Color Harmonies of #2AB112
Complementary color
Monochromatic Colors of #2AB112
Black with #2AB112
Text Example
Text Example
White with #2AB112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB112; }
p { color: rgb(42,177,18); }
H1.HeaderClassName
{
color: #2AB112;
}
.AnyTagClassName
{
color: #2AB112;
}
</style>
background-color css
<style>
a { background-color: #2AB112; }
a { background-color: rgb(42,177,18); }
div.DivClassName
{
background-color: #2AB112;
}
.BgClassName
{
background-color: #2AB112;
}
</style>
border-color css
<style>
span { border-color: #2AB112; }
span { border-color: rgb(42,177,18); }
td.TdClassName
{
border-color: #2AB112;
}
.TagClassName
{
border-color: #2AB112;
}
</style>