Shades of Kelly Green #2EC304
Tints of Kelly Green #2EC304
RGB
CMYK
RGB Variations
Color information
#2EC304 (or 0x2EC304) is known color: Kelly Green. HEX triplet: 2E, C3 and 04. RGB value is (46,195,4). Sum of RGB (Red+Green+Blue) = 46+195+4=245 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.78% from 245); Green value is 195 (76.56% from 255 or 79.59% from 245); Blue value is 4 (1.95% from 255 or 1.63% from 245); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC304 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC304 is #D13CFB. Grayscale: #818181. Windows color (decimal): -13712636 or 312110. OLE color: 312110.
HSL color Cylindrical-coordinate representation of color #2EC304: hue angle of 106.81º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2EC304 is Cyan = 0.76, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 4 | - |
| CMYK | 0.76 | 0 | 0.98 | 0.24 |
| HSL | 106.81º | 0.96% | 0.39% | - |
| HSV(B) | 106.81º | 0.98% | 0.76% | - |
| XYZ | 20.66 | 39.62 | 6.67 | - |
| YUV | 128.68 | 57.64 | 69.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 4 | 0.76 | 0 | 0.98 | 0.24 | 106.81 | 0.96 | 0.39 |
| Hex | 2E | C3 | 4 | 4C | 0 | 62 | 18 | 6B | 60 | 27 |
| Octal | 56 | 303 | 4 | 114 | 0 | 142 | 30 | 153 | 140 | 47 |
| Binary | 101110 | 11000011 | 100 | 1001100 | 0 | 1100010 | 11000 | 1101011 | 1100000 | 100111 |
Color Harmonies of #2EC304
Complementary color
Monochromatic Colors of #2EC304
Black with #2EC304
Text Example
Text Example
White with #2EC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC304; }
p { color: rgb(46,195,4); }
H1.HeaderClassName
{
color: #2EC304;
}
.AnyTagClassName
{
color: #2EC304;
}
</style>
background-color css
<style>
a { background-color: #2EC304; }
a { background-color: rgb(46,195,4); }
div.DivClassName
{
background-color: #2EC304;
}
.BgClassName
{
background-color: #2EC304;
}
</style>
border-color css
<style>
span { border-color: #2EC304; }
span { border-color: rgb(46,195,4); }
td.TdClassName
{
border-color: #2EC304;
}
.TagClassName
{
border-color: #2EC304;
}
</style>