Shades of Kelly Green #2EC403
Tints of Kelly Green #2EC403
RGB
CMYK
RGB Variations
Color information
#2EC403 (or 0x2EC403) is known color: Kelly Green. HEX triplet: 2E, C4 and 03. RGB value is (46,196,3). Sum of RGB (Red+Green+Blue) = 46+196+3=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 196 (76.95% from 255 or 80% from 245); Blue value is 3 (1.56% from 255 or 1.22% from 245); Max value from RGB is 196 - color contains mainly: green. Hex color #2EC403 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC403 is #D13BFC. Grayscale: #818181. Windows color (decimal): -13712381 or 246830. OLE color: 246830.
HSL color Cylindrical-coordinate representation of color #2EC403: hue angle of 106.63º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EC403 is Cyan = 0.77, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 46 | 196 | 3 | - |
| CMYK | 0.77 | 0 | 0.98 | 0.23 |
| HSL | 106.63º | 0.97% | 0.39% | - |
| HSV(B) | 106.63º | 0.98% | 0.77% | - |
| XYZ | 20.88 | 40.07 | 6.72 | - |
| YUV | 129.15 | 56.81 | 68.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 196 | 3 | 0.77 | 0 | 0.98 | 0.23 | 106.63 | 0.97 | 0.39 |
| Hex | 2E | C4 | 3 | 4D | 0 | 62 | 17 | 6B | 61 | 27 |
| Octal | 56 | 304 | 3 | 115 | 0 | 142 | 27 | 153 | 141 | 47 |
| Binary | 101110 | 11000100 | 11 | 1001101 | 0 | 1100010 | 10111 | 1101011 | 1100001 | 100111 |
Color Harmonies of #2EC403
Complementary color
Monochromatic Colors of #2EC403
Black with #2EC403
Text Example
Text Example
White with #2EC403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC403; }
p { color: rgb(46,196,3); }
H1.HeaderClassName
{
color: #2EC403;
}
.AnyTagClassName
{
color: #2EC403;
}
</style>
background-color css
<style>
a { background-color: #2EC403; }
a { background-color: rgb(46,196,3); }
div.DivClassName
{
background-color: #2EC403;
}
.BgClassName
{
background-color: #2EC403;
}
</style>
border-color css
<style>
span { border-color: #2EC403; }
span { border-color: rgb(46,196,3); }
td.TdClassName
{
border-color: #2EC403;
}
.TagClassName
{
border-color: #2EC403;
}
</style>