Shades of Kelly Green #2EB502
Tints of Kelly Green #2EB502
RGB
CMYK
RGB Variations
Color information
#2EB502 (or 0x2EB502) is known color: Kelly Green. HEX triplet: 2E, B5 and 02. RGB value is (46,181,2). Sum of RGB (Red+Green+Blue) = 46+181+2=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 181 (71.09% from 255 or 79.04% from 229); Blue value is 2 (1.17% from 255 or 0.87% from 229); Max value from RGB is 181 - color contains mainly: green. Hex color #2EB502 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EB502 is #D14AFD. Grayscale: #787878. Windows color (decimal): -13716222 or 177454. OLE color: 177454.
HSL color Cylindrical-coordinate representation of color #2EB502: hue angle of 105.25º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EB502 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 46 | 181 | 2 | - |
| CMYK | 0.75 | 0 | 0.99 | 0.29 |
| HSL | 105.25º | 0.98% | 0.36% | - |
| HSV(B) | 105.25º | 0.99% | 0.71% | - |
| XYZ | 17.66 | 33.63 | 5.62 | - |
| YUV | 120.23 | 61.27 | 75.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 181 | 2 | 0.75 | 0 | 0.99 | 0.29 | 105.25 | 0.98 | 0.36 |
| Hex | 2E | B5 | 2 | 4B | 0 | 63 | 1D | 69 | 62 | 24 |
| Octal | 56 | 265 | 2 | 113 | 0 | 143 | 35 | 151 | 142 | 44 |
| Binary | 101110 | 10110101 | 10 | 1001011 | 0 | 1100011 | 11101 | 1101001 | 1100010 | 100100 |
Color Harmonies of #2EB502
Complementary color
Monochromatic Colors of #2EB502
Black with #2EB502
Text Example
Text Example
White with #2EB502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EB502; }
p { color: rgb(46,181,2); }
H1.HeaderClassName
{
color: #2EB502;
}
.AnyTagClassName
{
color: #2EB502;
}
</style>
background-color css
<style>
a { background-color: #2EB502; }
a { background-color: rgb(46,181,2); }
div.DivClassName
{
background-color: #2EB502;
}
.BgClassName
{
background-color: #2EB502;
}
</style>
border-color css
<style>
span { border-color: #2EB502; }
span { border-color: rgb(46,181,2); }
td.TdClassName
{
border-color: #2EB502;
}
.TagClassName
{
border-color: #2EB502;
}
</style>