Shades of Kelly Green #2EB913
Tints of Kelly Green #2EB913
RGB
CMYK
RGB Variations
Color information
#2EB913 (or 0x2EB913) is known color: Kelly Green. HEX triplet: 2E, B9 and 13. RGB value is (46,185,19). Sum of RGB (Red+Green+Blue) = 46+185+19=250 (33% of max value = 765). Red value is 46 (18.36% from 255 or 18.4% from 250); Green value is 185 (72.66% from 255 or 74% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 185 - color contains mainly: green. Hex color #2EB913 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB913 is #D146EC. Grayscale: #7D7D7D. Windows color (decimal): -13715181 or 1292590. OLE color: 1292590.
HSL color Cylindrical-coordinate representation of color #2EB913: hue angle of 110.24º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2EB913 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 46 | 185 | 19 | - |
| CMYK | 0.75 | 0 | 0.90 | 0.27 |
| HSL | 110.24º | 0.81% | 0.4% | - |
| HSV(B) | 110.24º | 0.9% | 0.73% | - |
| XYZ | 18.59 | 35.33 | 6.45 | - |
| YUV | 124.52 | 68.45 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 185 | 19 | 0.75 | 0 | 0.90 | 0.27 | 110.24 | 0.81 | 0.4 |
| Hex | 2E | B9 | 13 | 4B | 0 | 5A | 1B | 6E | 51 | 28 |
| Octal | 56 | 271 | 23 | 113 | 0 | 132 | 33 | 156 | 121 | 50 |
| Binary | 101110 | 10111001 | 10011 | 1001011 | 0 | 1011010 | 11011 | 1101110 | 1010001 | 101000 |
Color Harmonies of #2EB913
Complementary color
Monochromatic Colors of #2EB913
Black with #2EB913
Text Example
Text Example
White with #2EB913
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB913; }
p { color: rgb(46,185,19); }
H1.HeaderClassName
{
color: #2EB913;
}
.AnyTagClassName
{
color: #2EB913;
}
</style>
background-color css
<style>
a { background-color: #2EB913; }
a { background-color: rgb(46,185,19); }
div.DivClassName
{
background-color: #2EB913;
}
.BgClassName
{
background-color: #2EB913;
}
</style>
border-color css
<style>
span { border-color: #2EB913; }
span { border-color: rgb(46,185,19); }
td.TdClassName
{
border-color: #2EB913;
}
.TagClassName
{
border-color: #2EB913;
}
</style>