Shades of Kelly Green #2AD007
Tints of Kelly Green #2AD007
RGB
CMYK
RGB Variations
Color information
#2AD007 (or 0x2AD007) is known color: Kelly Green. HEX triplet: 2A, D0 and 07. RGB value is (42,208,7). Sum of RGB (Red+Green+Blue) = 42+208+7=257 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.34% from 257); Green value is 208 (81.64% from 255 or 80.93% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 208 - color contains mainly: green. Hex color #2AD007 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AD007 is #D52FF8. Grayscale: #888888. Windows color (decimal): -13971449 or 512042. OLE color: 512042.
HSL color Cylindrical-coordinate representation of color #2AD007: hue angle of 109.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2AD007 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 42 | 208 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.18 |
| HSL | 109.55º | 0.93% | 0.42% | - |
| HSV(B) | 109.55º | 0.97% | 0.82% | - |
| XYZ | 23.55 | 45.62 | 7.77 | - |
| YUV | 135.45 | 55.5 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 208 | 7 | 0.80 | 0 | 0.97 | 0.18 | 109.55 | 0.93 | 0.42 |
| Hex | 2A | D0 | 7 | 50 | 0 | 61 | 12 | 6E | 5D | 2A |
| Octal | 52 | 320 | 7 | 120 | 0 | 141 | 22 | 156 | 135 | 52 |
| Binary | 101010 | 11010000 | 111 | 1010000 | 0 | 1100001 | 10010 | 1101110 | 1011101 | 101010 |
Color Harmonies of #2AD007
Complementary color
Monochromatic Colors of #2AD007
Black with #2AD007
Text Example
Text Example
White with #2AD007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AD007; }
p { color: rgb(42,208,7); }
H1.HeaderClassName
{
color: #2AD007;
}
.AnyTagClassName
{
color: #2AD007;
}
</style>
background-color css
<style>
a { background-color: #2AD007; }
a { background-color: rgb(42,208,7); }
div.DivClassName
{
background-color: #2AD007;
}
.BgClassName
{
background-color: #2AD007;
}
</style>
border-color css
<style>
span { border-color: #2AD007; }
span { border-color: rgb(42,208,7); }
td.TdClassName
{
border-color: #2AD007;
}
.TagClassName
{
border-color: #2AD007;
}
</style>