Shades of Kelly Green #2AB20D
Tints of Kelly Green #2AB20D
RGB
CMYK
RGB Variations
Color information
#2AB20D (or 0x2AB20D) is known color: Kelly Green. HEX triplet: 2A, B2 and 0D. RGB value is (42,178,13). Sum of RGB (Red+Green+Blue) = 42+178+13=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 178 (69.92% from 255 or 76.39% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 178 - color contains mainly: green. Hex color #2AB20D is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2AB20D is #D54DF2. Grayscale: #777777. Windows color (decimal): -13979123 or 897578. OLE color: 897578.
HSL color Cylindrical-coordinate representation of color #2AB20D: hue angle of 109.45º degrees, saturation: 0.86, 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 #2AB20D is Cyan = 0.76, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 42 | 178 | 13 | - |
| CMYK | 0.76 | 0 | 0.93 | 0.30 |
| HSL | 109.45º | 0.86% | 0.37% | - |
| HSV(B) | 109.45º | 0.93% | 0.7% | - |
| XYZ | 16.95 | 32.36 | 5.73 | - |
| YUV | 118.53 | 68.44 | 73.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 178 | 13 | 0.76 | 0 | 0.93 | 0.30 | 109.45 | 0.86 | 0.37 |
| Hex | 2A | B2 | D | 4C | 0 | 5D | 1E | 6D | 56 | 25 |
| Octal | 52 | 262 | 15 | 114 | 0 | 135 | 36 | 155 | 126 | 45 |
| Binary | 101010 | 10110010 | 1101 | 1001100 | 0 | 1011101 | 11110 | 1101101 | 1010110 | 100101 |
Color Harmonies of #2AB20D
Complementary color
Monochromatic Colors of #2AB20D
Black with #2AB20D
Text Example
Text Example
White with #2AB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB20D; }
p { color: rgb(42,178,13); }
H1.HeaderClassName
{
color: #2AB20D;
}
.AnyTagClassName
{
color: #2AB20D;
}
</style>
background-color css
<style>
a { background-color: #2AB20D; }
a { background-color: rgb(42,178,13); }
div.DivClassName
{
background-color: #2AB20D;
}
.BgClassName
{
background-color: #2AB20D;
}
</style>
border-color css
<style>
span { border-color: #2AB20D; }
span { border-color: rgb(42,178,13); }
td.TdClassName
{
border-color: #2AB20D;
}
.TagClassName
{
border-color: #2AB20D;
}
</style>