Shades of Kelly Green #2AB512
Tints of Kelly Green #2AB512
RGB
CMYK
RGB Variations
Color information
#2AB512 (or 0x2AB512) is known color: Kelly Green. HEX triplet: 2A, B5 and 12. RGB value is (42,181,18). Sum of RGB (Red+Green+Blue) = 42+181+18=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 181 (71.09% from 255 or 75.10% from 241); Blue value is 18 (7.42% from 255 or 7.47% from 241); Max value from RGB is 181 - color contains mainly: green. Hex color #2AB512 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB512 is #D54AED. Grayscale: #797979. Windows color (decimal): -13978350 or 1226026. OLE color: 1226026.
HSL color Cylindrical-coordinate representation of color #2AB512: hue angle of 111.17º 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 #2AB512 is Cyan = 0.77, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 181 | 18 | - |
| CMYK | 0.77 | 0 | 0.90 | 0.29 |
| HSL | 111.17º | 0.82% | 0.39% | - |
| HSV(B) | 111.17º | 0.9% | 0.71% | - |
| XYZ | 17.59 | 33.58 | 6.13 | - |
| YUV | 120.86 | 69.95 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 181 | 18 | 0.77 | 0 | 0.90 | 0.29 | 111.17 | 0.82 | 0.39 |
| Hex | 2A | B5 | 12 | 4D | 0 | 5A | 1D | 6F | 52 | 27 |
| Octal | 52 | 265 | 22 | 115 | 0 | 132 | 35 | 157 | 122 | 47 |
| Binary | 101010 | 10110101 | 10010 | 1001101 | 0 | 1011010 | 11101 | 1101111 | 1010010 | 100111 |
Color Harmonies of #2AB512
Complementary color
Monochromatic Colors of #2AB512
Black with #2AB512
Text Example
Text Example
White with #2AB512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB512; }
p { color: rgb(42,181,18); }
H1.HeaderClassName
{
color: #2AB512;
}
.AnyTagClassName
{
color: #2AB512;
}
</style>
background-color css
<style>
a { background-color: #2AB512; }
a { background-color: rgb(42,181,18); }
div.DivClassName
{
background-color: #2AB512;
}
.BgClassName
{
background-color: #2AB512;
}
</style>
border-color css
<style>
span { border-color: #2AB512; }
span { border-color: rgb(42,181,18); }
td.TdClassName
{
border-color: #2AB512;
}
.TagClassName
{
border-color: #2AB512;
}
</style>