Shades of Kelly Green #2EB302
Tints of Kelly Green #2EB302
RGB
CMYK
RGB Variations
Color information
#2EB302 (or 0x2EB302) is known color: Kelly Green. HEX triplet: 2E, B3 and 02. RGB value is (46,179,2). Sum of RGB (Red+Green+Blue) = 46+179+2=227 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.26% from 227); Green value is 179 (70.31% from 255 or 78.85% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 179 - color contains mainly: green. Hex color #2EB302 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB302 is #D14CFD. Grayscale: #777777. Windows color (decimal): -13716734 or 176942. OLE color: 176942.
HSL color Cylindrical-coordinate representation of color #2EB302: hue angle of 105.08º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EB302 is Cyan = 0.74, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 46 | 179 | 2 | - |
| CMYK | 0.74 | 0 | 0.99 | 0.30 |
| HSL | 105.08º | 0.98% | 0.35% | - |
| HSV(B) | 105.08º | 0.99% | 0.7% | - |
| XYZ | 17.26 | 32.83 | 5.48 | - |
| YUV | 119.06 | 61.94 | 75.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 179 | 2 | 0.74 | 0 | 0.99 | 0.30 | 105.08 | 0.98 | 0.35 |
| Hex | 2E | B3 | 2 | 4A | 0 | 63 | 1E | 69 | 62 | 23 |
| Octal | 56 | 263 | 2 | 112 | 0 | 143 | 36 | 151 | 142 | 43 |
| Binary | 101110 | 10110011 | 10 | 1001010 | 0 | 1100011 | 11110 | 1101001 | 1100010 | 100011 |
Color Harmonies of #2EB302
Complementary color
Monochromatic Colors of #2EB302
Black with #2EB302
Text Example
Text Example
White with #2EB302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB302; }
p { color: rgb(46,179,2); }
H1.HeaderClassName
{
color: #2EB302;
}
.AnyTagClassName
{
color: #2EB302;
}
</style>
background-color css
<style>
a { background-color: #2EB302; }
a { background-color: rgb(46,179,2); }
div.DivClassName
{
background-color: #2EB302;
}
.BgClassName
{
background-color: #2EB302;
}
</style>
border-color css
<style>
span { border-color: #2EB302; }
span { border-color: rgb(46,179,2); }
td.TdClassName
{
border-color: #2EB302;
}
.TagClassName
{
border-color: #2EB302;
}
</style>