Shades of Kelly Green #2EC50D
Tints of Kelly Green #2EC50D
RGB
CMYK
RGB Variations
Color information
#2EC50D (or 0x2EC50D) is known color: Kelly Green. HEX triplet: 2E, C5 and 0D. RGB value is (46,197,13). Sum of RGB (Red+Green+Blue) = 46+197+13=256 (33% of max value = 765). Red value is 46 (18.36% from 255 or 17.97% from 256); Green value is 197 (77.34% from 255 or 76.95% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 197 - color contains mainly: green. Hex color #2EC50D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC50D is #D13AF2. Grayscale: #838383. Windows color (decimal): -13712115 or 902446. OLE color: 902446.
HSL color Cylindrical-coordinate representation of color #2EC50D: hue angle of 109.24º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #2EC50D is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 197 | 13 | - |
| CMYK | 0.77 | 0 | 0.93 | 0.23 |
| HSL | 109.24º | 0.88% | 0.41% | - |
| HSV(B) | 109.24º | 0.93% | 0.77% | - |
| XYZ | 21.17 | 40.54 | 7.09 | - |
| YUV | 130.88 | 61.47 | 67.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 197 | 13 | 0.77 | 0 | 0.93 | 0.23 | 109.24 | 0.88 | 0.41 |
| Hex | 2E | C5 | D | 4D | 0 | 5D | 17 | 6D | 58 | 29 |
| Octal | 56 | 305 | 15 | 115 | 0 | 135 | 27 | 155 | 130 | 51 |
| Binary | 101110 | 11000101 | 1101 | 1001101 | 0 | 1011101 | 10111 | 1101101 | 1011000 | 101001 |
Color Harmonies of #2EC50D
Complementary color
Monochromatic Colors of #2EC50D
Black with #2EC50D
Text Example
Text Example
White with #2EC50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC50D; }
p { color: rgb(46,197,13); }
H1.HeaderClassName
{
color: #2EC50D;
}
.AnyTagClassName
{
color: #2EC50D;
}
</style>
background-color css
<style>
a { background-color: #2EC50D; }
a { background-color: rgb(46,197,13); }
div.DivClassName
{
background-color: #2EC50D;
}
.BgClassName
{
background-color: #2EC50D;
}
</style>
border-color css
<style>
span { border-color: #2EC50D; }
span { border-color: rgb(46,197,13); }
td.TdClassName
{
border-color: #2EC50D;
}
.TagClassName
{
border-color: #2EC50D;
}
</style>