Shades of Kelly Green #2ACE07
Tints of Kelly Green #2ACE07
RGB
CMYK
RGB Variations
Color information
#2ACE07 (or 0x2ACE07) is known color: Kelly Green. HEX triplet: 2A, CE and 07. RGB value is (42,206,7). Sum of RGB (Red+Green+Blue) = 42+206+7=255 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.47% from 255); Green value is 206 (80.86% from 255 or 80.78% from 255); Blue value is 7 (3.12% from 255 or 2.75% from 255); Max value from RGB is 206 - color contains mainly: green. Hex color #2ACE07 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ACE07 is #D531F8. Grayscale: #868686. Windows color (decimal): -13971961 or 511530. OLE color: 511530.
HSL color Cylindrical-coordinate representation of color #2ACE07: hue angle of 109.45º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ACE07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 42 | 206 | 7 | - |
| CMYK | 0.80 | 0 | 0.97 | 0.19 |
| HSL | 109.45º | 0.93% | 0.42% | - |
| HSV(B) | 109.45º | 0.97% | 0.81% | - |
| XYZ | 23.06 | 44.65 | 7.6 | - |
| YUV | 134.28 | 56.17 | 62.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 206 | 7 | 0.80 | 0 | 0.97 | 0.19 | 109.45 | 0.93 | 0.42 |
| Hex | 2A | CE | 7 | 50 | 0 | 61 | 13 | 6D | 5D | 2A |
| Octal | 52 | 316 | 7 | 120 | 0 | 141 | 23 | 155 | 135 | 52 |
| Binary | 101010 | 11001110 | 111 | 1010000 | 0 | 1100001 | 10011 | 1101101 | 1011101 | 101010 |
Color Harmonies of #2ACE07
Complementary color
Monochromatic Colors of #2ACE07
Black with #2ACE07
Text Example
Text Example
White with #2ACE07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ACE07; }
p { color: rgb(42,206,7); }
H1.HeaderClassName
{
color: #2ACE07;
}
.AnyTagClassName
{
color: #2ACE07;
}
</style>
background-color css
<style>
a { background-color: #2ACE07; }
a { background-color: rgb(42,206,7); }
div.DivClassName
{
background-color: #2ACE07;
}
.BgClassName
{
background-color: #2ACE07;
}
</style>
border-color css
<style>
span { border-color: #2ACE07; }
span { border-color: rgb(42,206,7); }
td.TdClassName
{
border-color: #2ACE07;
}
.TagClassName
{
border-color: #2ACE07;
}
</style>