Shades of Kelly Green #2EAC07
Tints of Kelly Green #2EAC07
RGB
CMYK
RGB Variations
Color information
#2EAC07 (or 0x2EAC07) is known color: Kelly Green. HEX triplet: 2E, AC and 07. RGB value is (46,172,7). Sum of RGB (Red+Green+Blue) = 46+172+7=225 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.44% from 225); Green value is 172 (67.58% from 255 or 76.44% from 225); Blue value is 7 (3.12% from 255 or 3.11% from 225); Max value from RGB is 172 - color contains mainly: green. Hex color #2EAC07 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2EAC07 is #D153F8. Grayscale: #747474. Windows color (decimal): -13718521 or 502830. OLE color: 502830.
HSL color Cylindrical-coordinate representation of color #2EAC07: hue angle of 105.82º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2EAC07 is Cyan = 0.73, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 46 | 172 | 7 | - |
| CMYK | 0.73 | 0 | 0.96 | 0.33 |
| HSL | 105.82º | 0.92% | 0.35% | - |
| HSV(B) | 105.82º | 0.96% | 0.67% | - |
| XYZ | 15.92 | 30.1 | 5.17 | - |
| YUV | 115.52 | 66.76 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 172 | 7 | 0.73 | 0 | 0.96 | 0.33 | 105.82 | 0.92 | 0.35 |
| Hex | 2E | AC | 7 | 49 | 0 | 60 | 21 | 6A | 5C | 23 |
| Octal | 56 | 254 | 7 | 111 | 0 | 140 | 41 | 152 | 134 | 43 |
| Binary | 101110 | 10101100 | 111 | 1001001 | 0 | 1100000 | 100001 | 1101010 | 1011100 | 100011 |
Color Harmonies of #2EAC07
Complementary color
Monochromatic Colors of #2EAC07
Black with #2EAC07
Text Example
Text Example
White with #2EAC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EAC07; }
p { color: rgb(46,172,7); }
H1.HeaderClassName
{
color: #2EAC07;
}
.AnyTagClassName
{
color: #2EAC07;
}
</style>
background-color css
<style>
a { background-color: #2EAC07; }
a { background-color: rgb(46,172,7); }
div.DivClassName
{
background-color: #2EAC07;
}
.BgClassName
{
background-color: #2EAC07;
}
</style>
border-color css
<style>
span { border-color: #2EAC07; }
span { border-color: rgb(46,172,7); }
td.TdClassName
{
border-color: #2EAC07;
}
.TagClassName
{
border-color: #2EAC07;
}
</style>