Shades of Kelly Green #2EC101
Tints of Kelly Green #2EC101
RGB
CMYK
RGB Variations
Color information
#2EC101 (or 0x2EC101) is known color: Kelly Green. HEX triplet: 2E, C1 and 01. RGB value is (46,193,1). Sum of RGB (Red+Green+Blue) = 46+193+1=240 (31% of max value = 765). Red value is 46 (18.36% from 255 or 19.17% from 240); Green value is 193 (75.78% from 255 or 80.42% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 193 - color contains mainly: green. Hex color #2EC101 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2EC101 is #D13EFE. Grayscale: #7F7F7F. Windows color (decimal): -13713151 or 114990. OLE color: 114990.
HSL color Cylindrical-coordinate representation of color #2EC101: hue angle of 105.94º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2EC101 is Cyan = 0.76, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 193 | 1 | - |
| CMYK | 0.76 | 0 | 0.99 | 0.24 |
| HSL | 105.94º | 0.99% | 0.38% | - |
| HSV(B) | 105.94º | 0.99% | 0.76% | - |
| XYZ | 20.2 | 38.72 | 6.44 | - |
| YUV | 127.16 | 56.8 | 70.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 193 | 1 | 0.76 | 0 | 0.99 | 0.24 | 105.94 | 0.99 | 0.38 |
| Hex | 2E | C1 | 1 | 4C | 0 | 63 | 18 | 6A | 63 | 26 |
| Octal | 56 | 301 | 1 | 114 | 0 | 143 | 30 | 152 | 143 | 46 |
| Binary | 101110 | 11000001 | 1 | 1001100 | 0 | 1100011 | 11000 | 1101010 | 1100011 | 100110 |
Color Harmonies of #2EC101
Complementary color
Monochromatic Colors of #2EC101
Black with #2EC101
Text Example
Text Example
White with #2EC101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC101; }
p { color: rgb(46,193,1); }
H1.HeaderClassName
{
color: #2EC101;
}
.AnyTagClassName
{
color: #2EC101;
}
</style>
background-color css
<style>
a { background-color: #2EC101; }
a { background-color: rgb(46,193,1); }
div.DivClassName
{
background-color: #2EC101;
}
.BgClassName
{
background-color: #2EC101;
}
</style>
border-color css
<style>
span { border-color: #2EC101; }
span { border-color: rgb(46,193,1); }
td.TdClassName
{
border-color: #2EC101;
}
.TagClassName
{
border-color: #2EC101;
}
</style>