Shades of Kelly Green #2EB815
Tints of Kelly Green #2EB815
RGB
CMYK
RGB Variations
Color information
#2EB815 (or 0x2EB815) is known color: Kelly Green. HEX triplet: 2E, B8 and 15. RGB value is (46,184,21). Sum of RGB (Red+Green+Blue) = 46+184+21=251 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.33% from 251); Green value is 184 (72.27% from 255 or 73.31% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 184 - color contains mainly: green. Hex color #2EB815 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB815 is #D147EA. Grayscale: #7C7C7C. Windows color (decimal): -13715435 or 1423406. OLE color: 1423406.
HSL color Cylindrical-coordinate representation of color #2EB815: hue angle of 110.8º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EB815 is Cyan = 0.75, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 46 | 184 | 21 | - |
| CMYK | 0.75 | 0 | 0.89 | 0.28 |
| HSL | 110.8º | 0.8% | 0.4% | - |
| HSV(B) | 110.8º | 0.89% | 0.72% | - |
| XYZ | 18.4 | 34.92 | 6.48 | - |
| YUV | 124.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 184 | 21 | 0.75 | 0 | 0.89 | 0.28 | 110.8 | 0.8 | 0.4 |
| Hex | 2E | B8 | 15 | 4B | 0 | 59 | 1C | 6F | 50 | 28 |
| Octal | 56 | 270 | 25 | 113 | 0 | 131 | 34 | 157 | 120 | 50 |
| Binary | 101110 | 10111000 | 10101 | 1001011 | 0 | 1011001 | 11100 | 1101111 | 1010000 | 101000 |
Color Harmonies of #2EB815
Complementary color
Monochromatic Colors of #2EB815
Black with #2EB815
Text Example
Text Example
White with #2EB815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB815; }
p { color: rgb(46,184,21); }
H1.HeaderClassName
{
color: #2EB815;
}
.AnyTagClassName
{
color: #2EB815;
}
</style>
background-color css
<style>
a { background-color: #2EB815; }
a { background-color: rgb(46,184,21); }
div.DivClassName
{
background-color: #2EB815;
}
.BgClassName
{
background-color: #2EB815;
}
</style>
border-color css
<style>
span { border-color: #2EB815; }
span { border-color: rgb(46,184,21); }
td.TdClassName
{
border-color: #2EB815;
}
.TagClassName
{
border-color: #2EB815;
}
</style>