Shades of Kelly Green #2AB410
Tints of Kelly Green #2AB410
RGB
CMYK
RGB Variations
Color information
#2AB410 (or 0x2AB410) is known color: Kelly Green. HEX triplet: 2A, B4 and 10. RGB value is (42,180,16). Sum of RGB (Red+Green+Blue) = 42+180+16=238 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.65% from 238); Green value is 180 (70.70% from 255 or 75.63% from 238); Blue value is 16 (6.64% from 255 or 6.72% from 238); Max value from RGB is 180 - color contains mainly: green. Hex color #2AB410 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AB410 is #D54BEF. Grayscale: #787878. Windows color (decimal): -13978608 or 1094698. OLE color: 1094698.
HSL color Cylindrical-coordinate representation of color #2AB410: hue angle of 110.49º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2AB410 is Cyan = 0.77, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 180 | 16 | - |
| CMYK | 0.77 | 0 | 0.91 | 0.29 |
| HSL | 110.49º | 0.84% | 0.38% | - |
| HSV(B) | 110.49º | 0.91% | 0.71% | - |
| XYZ | 17.37 | 33.17 | 5.98 | - |
| YUV | 120.04 | 69.28 | 72.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 180 | 16 | 0.77 | 0 | 0.91 | 0.29 | 110.49 | 0.84 | 0.38 |
| Hex | 2A | B4 | 10 | 4D | 0 | 5B | 1D | 6E | 54 | 26 |
| Octal | 52 | 264 | 20 | 115 | 0 | 133 | 35 | 156 | 124 | 46 |
| Binary | 101010 | 10110100 | 10000 | 1001101 | 0 | 1011011 | 11101 | 1101110 | 1010100 | 100110 |
Color Harmonies of #2AB410
Complementary color
Monochromatic Colors of #2AB410
Black with #2AB410
Text Example
Text Example
White with #2AB410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB410; }
p { color: rgb(42,180,16); }
H1.HeaderClassName
{
color: #2AB410;
}
.AnyTagClassName
{
color: #2AB410;
}
</style>
background-color css
<style>
a { background-color: #2AB410; }
a { background-color: rgb(42,180,16); }
div.DivClassName
{
background-color: #2AB410;
}
.BgClassName
{
background-color: #2AB410;
}
</style>
border-color css
<style>
span { border-color: #2AB410; }
span { border-color: rgb(42,180,16); }
td.TdClassName
{
border-color: #2AB410;
}
.TagClassName
{
border-color: #2AB410;
}
</style>