Shades of Kelly Green #2AB20C
Tints of Kelly Green #2AB20C
RGB
CMYK
RGB Variations
Color information
#2AB20C (or 0x2AB20C) is known color: Kelly Green. HEX triplet: 2A, B2 and 0C. RGB value is (42,178,12). Sum of RGB (Red+Green+Blue) = 42+178+12=232 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.10% from 232); Green value is 178 (69.92% from 255 or 76.72% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB20C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB20C is #D54DF3. Grayscale: #767676. Windows color (decimal): -13979124 or 832042. OLE color: 832042.
HSL color Cylindrical-coordinate representation of color #2AB20C: hue angle of 109.16º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2AB20C is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 12 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.30 |
| HSL | 109.16º | 0.87% | 0.37% | - |
| HSV(B) | 109.16º | 0.93% | 0.7% | - |
| XYZ | 16.94 | 32.36 | 5.7 | - |
| YUV | 118.41 | 67.94 | 73.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 12 | 0.76 | 0 | 0.93 | 0.30 | 109.16 | 0.87 | 0.37 |
| Hex | 2A | B2 | C | 4C | 0 | 5D | 1E | 6D | 57 | 25 |
| Octal | 52 | 262 | 14 | 114 | 0 | 135 | 36 | 155 | 127 | 45 |
| Binary | 101010 | 10110010 | 1100 | 1001100 | 0 | 1011101 | 11110 | 1101101 | 1010111 | 100101 |
Color Harmonies of #2AB20C
Complementary color
Monochromatic Colors of #2AB20C
Black with #2AB20C
Text Example
Text Example
White with #2AB20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB20C; }
p { color: rgb(42,178,12); }
H1.HeaderClassName
{
color: #2AB20C;
}
.AnyTagClassName
{
color: #2AB20C;
}
</style>
background-color css
<style>
a { background-color: #2AB20C; }
a { background-color: rgb(42,178,12); }
div.DivClassName
{
background-color: #2AB20C;
}
.BgClassName
{
background-color: #2AB20C;
}
</style>
border-color css
<style>
span { border-color: #2AB20C; }
span { border-color: rgb(42,178,12); }
td.TdClassName
{
border-color: #2AB20C;
}
.TagClassName
{
border-color: #2AB20C;
}
</style>