Shades of Kelly Green #2EC000
Tints of Kelly Green #2EC000
RGB
CMYK
RGB Variations
Color information
#2EC000 (or 0x2EC000) is known color: Kelly Green. HEX triplet: 2E, C0 and 00. RGB value is (46,192,0). Sum of RGB (Red+Green+Blue) = 46+192+0=238 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.33% from 238); Green value is 192 (75.39% from 255 or 80.67% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 192 - color contains mainly: green. Hex color #2EC000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC000 is #D13FFF. Grayscale: #7F7F7F. Windows color (decimal): -13713408 or 49198. OLE color: 49198.
HSL color Cylindrical-coordinate representation of color #2EC000: hue angle of 105.62º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2EC000 is Cyan = 0.76, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 46 | 192 | 0 | - |
| CMYK | 0.76 | 0 | 1 | 0.25 |
| HSL | 105.63º | 1% | 0.38% | - |
| HSV(B) | 105.63º | 1% | 0.75% | - |
| XYZ | 19.98 | 38.28 | 6.34 | - |
| YUV | 126.46 | 56.63 | 70.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 192 | 0 | 0.76 | 0 | 1 | 0.25 | 105.63 | 1 | 0.38 |
| Hex | 2E | C0 | 0 | 4C | 0 | 64 | 19 | 6A | 64 | 26 |
| Octal | 56 | 300 | 0 | 114 | 0 | 144 | 31 | 152 | 144 | 46 |
| Binary | 101110 | 11000000 | 0 | 1001100 | 0 | 1100100 | 11001 | 1101010 | 1100100 | 100110 |
Color Harmonies of #2EC000
Complementary color
Monochromatic Colors of #2EC000
Black with #2EC000
Text Example
Text Example
White with #2EC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC000; }
p { color: rgb(46,192,0); }
H1.HeaderClassName
{
color: #2EC000;
}
.AnyTagClassName
{
color: #2EC000;
}
</style>
background-color css
<style>
a { background-color: #2EC000; }
a { background-color: rgb(46,192,0); }
div.DivClassName
{
background-color: #2EC000;
}
.BgClassName
{
background-color: #2EC000;
}
</style>
border-color css
<style>
span { border-color: #2EC000; }
span { border-color: rgb(46,192,0); }
td.TdClassName
{
border-color: #2EC000;
}
.TagClassName
{
border-color: #2EC000;
}
</style>