Shades of Kelly Green #2EB413
Tints of Kelly Green #2EB413
RGB
CMYK
RGB Variations
Color information
#2EB413 (or 0x2EB413) is known color: Kelly Green. HEX triplet: 2E, B4 and 13. RGB value is (46,180,19). Sum of RGB (Red+Green+Blue) = 46+180+19=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 180 (70.70% from 255 or 73.47% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 180 - color contains mainly: green. Hex color #2EB413 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB413 is #D14BEC. Grayscale: #7A7A7A. Windows color (decimal): -13716461 or 1291310. OLE color: 1291310.
HSL color Cylindrical-coordinate representation of color #2EB413: hue angle of 109.94º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EB413 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 180 | 19 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.29 |
| HSL | 109.94º | 0.81% | 0.39% | - |
| HSV(B) | 109.94º | 0.89% | 0.71% | - |
| XYZ | 17.57 | 33.27 | 6.11 | - |
| YUV | 121.58 | 70.11 | 74.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 180 | 19 | 0.74 | 0 | 0.89 | 0.29 | 109.94 | 0.81 | 0.39 |
| Hex | 2E | B4 | 13 | 4A | 0 | 59 | 1D | 6E | 51 | 27 |
| Octal | 56 | 264 | 23 | 112 | 0 | 131 | 35 | 156 | 121 | 47 |
| Binary | 101110 | 10110100 | 10011 | 1001010 | 0 | 1011001 | 11101 | 1101110 | 1010001 | 100111 |
Color Harmonies of #2EB413
Complementary color
Monochromatic Colors of #2EB413
Black with #2EB413
Text Example
Text Example
White with #2EB413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB413; }
p { color: rgb(46,180,19); }
H1.HeaderClassName
{
color: #2EB413;
}
.AnyTagClassName
{
color: #2EB413;
}
</style>
background-color css
<style>
a { background-color: #2EB413; }
a { background-color: rgb(46,180,19); }
div.DivClassName
{
background-color: #2EB413;
}
.BgClassName
{
background-color: #2EB413;
}
</style>
border-color css
<style>
span { border-color: #2EB413; }
span { border-color: rgb(46,180,19); }
td.TdClassName
{
border-color: #2EB413;
}
.TagClassName
{
border-color: #2EB413;
}
</style>