Shades of Kelly Green #2EC306
Tints of Kelly Green #2EC306
RGB
CMYK
RGB Variations
Color information
#2EC306 (or 0x2EC306) is known color: Kelly Green. HEX triplet: 2E, C3 and 06. RGB value is (46,195,6). Sum of RGB (Red+Green+Blue) = 46+195+6=247 (32% of max value = 765). Red value is 46 (18.36% from 255 or 18.62% from 247); Green value is 195 (76.56% from 255 or 78.95% from 247); Blue value is 6 (2.73% from 255 or 2.43% from 247); Max value from RGB is 195 - color contains mainly: green. Hex color #2EC306 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC306 is #D13CF9. Grayscale: #818181. Windows color (decimal): -13712634 or 443182. OLE color: 443182.
HSL color Cylindrical-coordinate representation of color #2EC306: hue angle of 107.3º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2EC306 is Cyan = 0.76, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 195 | 6 | - |
| CMYK | 0.76 | 0 | 0.97 | 0.24 |
| HSL | 107.3º | 0.94% | 0.39% | - |
| HSV(B) | 107.3º | 0.97% | 0.76% | - |
| XYZ | 20.67 | 39.62 | 6.73 | - |
| YUV | 128.9 | 58.64 | 68.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 195 | 6 | 0.76 | 0 | 0.97 | 0.24 | 107.3 | 0.94 | 0.39 |
| Hex | 2E | C3 | 6 | 4C | 0 | 61 | 18 | 6B | 5E | 27 |
| Octal | 56 | 303 | 6 | 114 | 0 | 141 | 30 | 153 | 136 | 47 |
| Binary | 101110 | 11000011 | 110 | 1001100 | 0 | 1100001 | 11000 | 1101011 | 1011110 | 100111 |
Color Harmonies of #2EC306
Complementary color
Monochromatic Colors of #2EC306
Black with #2EC306
Text Example
Text Example
White with #2EC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC306; }
p { color: rgb(46,195,6); }
H1.HeaderClassName
{
color: #2EC306;
}
.AnyTagClassName
{
color: #2EC306;
}
</style>
background-color css
<style>
a { background-color: #2EC306; }
a { background-color: rgb(46,195,6); }
div.DivClassName
{
background-color: #2EC306;
}
.BgClassName
{
background-color: #2EC306;
}
</style>
border-color css
<style>
span { border-color: #2EC306; }
span { border-color: rgb(46,195,6); }
td.TdClassName
{
border-color: #2EC306;
}
.TagClassName
{
border-color: #2EC306;
}
</style>