Shades of Kelly Green #2AC407
Tints of Kelly Green #2AC407
RGB
CMYK
RGB Variations
Color information
#2AC407 (or 0x2AC407) is known color: Kelly Green. HEX triplet: 2A, C4 and 07. RGB value is (42,196,7). Sum of RGB (Red+Green+Blue) = 42+196+7=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 7 (3.12% from 255 or 2.86% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #2AC407 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2AC407 is #D53BF8. Grayscale: #818181. Windows color (decimal): -13974521 or 508970. OLE color: 508970.
HSL color Cylindrical-coordinate representation of color #2AC407: hue angle of 108.89º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2AC407 is Cyan = 0.79, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 42 | 196 | 7 | - |
| CMYK | 0.79 | 0 | 0.96 | 0.23 |
| HSL | 108.89º | 0.93% | 0.4% | - |
| HSV(B) | 108.89º | 0.96% | 0.77% | - |
| XYZ | 20.73 | 39.99 | 6.83 | - |
| YUV | 128.41 | 59.48 | 66.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 196 | 7 | 0.79 | 0 | 0.96 | 0.23 | 108.89 | 0.93 | 0.4 |
| Hex | 2A | C4 | 7 | 4F | 0 | 60 | 17 | 6D | 5D | 28 |
| Octal | 52 | 304 | 7 | 117 | 0 | 140 | 27 | 155 | 135 | 50 |
| Binary | 101010 | 11000100 | 111 | 1001111 | 0 | 1100000 | 10111 | 1101101 | 1011101 | 101000 |
Color Harmonies of #2AC407
Complementary color
Monochromatic Colors of #2AC407
Black with #2AC407
Text Example
Text Example
White with #2AC407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AC407; }
p { color: rgb(42,196,7); }
H1.HeaderClassName
{
color: #2AC407;
}
.AnyTagClassName
{
color: #2AC407;
}
</style>
background-color css
<style>
a { background-color: #2AC407; }
a { background-color: rgb(42,196,7); }
div.DivClassName
{
background-color: #2AC407;
}
.BgClassName
{
background-color: #2AC407;
}
</style>
border-color css
<style>
span { border-color: #2AC407; }
span { border-color: rgb(42,196,7); }
td.TdClassName
{
border-color: #2AC407;
}
.TagClassName
{
border-color: #2AC407;
}
</style>