Shades of Kelly Green #2EB314
Tints of Kelly Green #2EB314
RGB
CMYK
RGB Variations
Color information
#2EB314 (or 0x2EB314) is known color: Kelly Green. HEX triplet: 2E, B3 and 14. RGB value is (46,179,20). Sum of RGB (Red+Green+Blue) = 46+179+20=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 179 (70.31% from 255 or 73.06% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB314 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB314 is #D14CEB. Grayscale: #797979. Windows color (decimal): -13716716 or 1356590. OLE color: 1356590.
HSL color Cylindrical-coordinate representation of color #2EB314: hue angle of 110.19º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2EB314 is Cyan = 0.74, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 20 | - |
| CMYK | 0.74 | 0 | 0.89 | 0.30 |
| HSL | 110.19º | 0.8% | 0.39% | - |
| HSV(B) | 110.19º | 0.89% | 0.7% | - |
| XYZ | 17.37 | 32.87 | 6.09 | - |
| YUV | 121.11 | 70.94 | 74.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 20 | 0.74 | 0 | 0.89 | 0.30 | 110.19 | 0.8 | 0.39 |
| Hex | 2E | B3 | 14 | 4A | 0 | 59 | 1E | 6E | 50 | 27 |
| Octal | 56 | 263 | 24 | 112 | 0 | 131 | 36 | 156 | 120 | 47 |
| Binary | 101110 | 10110011 | 10100 | 1001010 | 0 | 1011001 | 11110 | 1101110 | 1010000 | 100111 |
Color Harmonies of #2EB314
Complementary color
Monochromatic Colors of #2EB314
Black with #2EB314
Text Example
Text Example
White with #2EB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB314; }
p { color: rgb(46,179,20); }
H1.HeaderClassName
{
color: #2EB314;
}
.AnyTagClassName
{
color: #2EB314;
}
</style>
background-color css
<style>
a { background-color: #2EB314; }
a { background-color: rgb(46,179,20); }
div.DivClassName
{
background-color: #2EB314;
}
.BgClassName
{
background-color: #2EB314;
}
</style>
border-color css
<style>
span { border-color: #2EB314; }
span { border-color: rgb(46,179,20); }
td.TdClassName
{
border-color: #2EB314;
}
.TagClassName
{
border-color: #2EB314;
}
</style>