Shades of Kelly Green #2AB612
Tints of Kelly Green #2AB612
RGB
CMYK
RGB Variations
Color information
#2AB612 (or 0x2AB612) is known color: Kelly Green. HEX triplet: 2A, B6 and 12. RGB value is (42,182,18). Sum of RGB (Red+Green+Blue) = 42+182+18=242 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.36% from 242); Green value is 182 (71.48% from 255 or 75.21% from 242); Blue value is 18 (7.42% from 255 or 7.44% from 242); Max value from RGB is 182 - color contains mainly: green. Hex color #2AB612 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB612 is #D549ED. Grayscale: #797979. Windows color (decimal): -13978094 or 1226282. OLE color: 1226282.
HSL color Cylindrical-coordinate representation of color #2AB612: hue angle of 111.22º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2AB612 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 182 | 18 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.29 |
| HSL | 111.22º | 0.82% | 0.39% | - |
| HSV(B) | 111.22º | 0.9% | 0.71% | - |
| XYZ | 17.79 | 33.99 | 6.2 | - |
| YUV | 121.44 | 69.62 | 71.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 182 | 18 | 0.77 | 0 | 0.90 | 0.29 | 111.22 | 0.82 | 0.39 |
| Hex | 2A | B6 | 12 | 4D | 0 | 5A | 1D | 6F | 52 | 27 |
| Octal | 52 | 266 | 22 | 115 | 0 | 132 | 35 | 157 | 122 | 47 |
| Binary | 101010 | 10110110 | 10010 | 1001101 | 0 | 1011010 | 11101 | 1101111 | 1010010 | 100111 |
Color Harmonies of #2AB612
Complementary color
Monochromatic Colors of #2AB612
Black with #2AB612
Text Example
Text Example
White with #2AB612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB612; }
p { color: rgb(42,182,18); }
H1.HeaderClassName
{
color: #2AB612;
}
.AnyTagClassName
{
color: #2AB612;
}
</style>
background-color css
<style>
a { background-color: #2AB612; }
a { background-color: rgb(42,182,18); }
div.DivClassName
{
background-color: #2AB612;
}
.BgClassName
{
background-color: #2AB612;
}
</style>
border-color css
<style>
span { border-color: #2AB612; }
span { border-color: rgb(42,182,18); }
td.TdClassName
{
border-color: #2AB612;
}
.TagClassName
{
border-color: #2AB612;
}
</style>