Shades of Kelly Green #2ED107
Tints of Kelly Green #2ED107
RGB
CMYK
RGB Variations
Color information
#2ED107 (or 0x2ED107) is known color: Kelly Green. HEX triplet: 2E, D1 and 07. RGB value is (46,209,7). Sum of RGB (Red+Green+Blue) = 46+209+7=262 (34% of max value = 765). Red value is 46 (18.36% from 255 or 17.56% from 262); Green value is 209 (82.03% from 255 or 79.77% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 209 - color contains mainly: green. Hex color #2ED107 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED107 is #D12EF8. Grayscale: #898989. Windows color (decimal): -13709049 or 512302. OLE color: 512302.
HSL color Cylindrical-coordinate representation of color #2ED107: hue angle of 108.42º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2ED107 is Cyan = 0.78, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 46 | 209 | 7 | - |
| CMYK | 0.78 | 0 | 0.97 | 0.18 |
| HSL | 108.42º | 0.94% | 0.42% | - |
| HSV(B) | 108.42º | 0.97% | 0.82% | - |
| XYZ | 23.97 | 46.2 | 7.85 | - |
| YUV | 137.24 | 54.5 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 209 | 7 | 0.78 | 0 | 0.97 | 0.18 | 108.42 | 0.94 | 0.42 |
| Hex | 2E | D1 | 7 | 4E | 0 | 61 | 12 | 6C | 5E | 2A |
| Octal | 56 | 321 | 7 | 116 | 0 | 141 | 22 | 154 | 136 | 52 |
| Binary | 101110 | 11010001 | 111 | 1001110 | 0 | 1100001 | 10010 | 1101100 | 1011110 | 101010 |
Color Harmonies of #2ED107
Complementary color
Monochromatic Colors of #2ED107
Black with #2ED107
Text Example
Text Example
White with #2ED107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED107; }
p { color: rgb(46,209,7); }
H1.HeaderClassName
{
color: #2ED107;
}
.AnyTagClassName
{
color: #2ED107;
}
</style>
background-color css
<style>
a { background-color: #2ED107; }
a { background-color: rgb(46,209,7); }
div.DivClassName
{
background-color: #2ED107;
}
.BgClassName
{
background-color: #2ED107;
}
</style>
border-color css
<style>
span { border-color: #2ED107; }
span { border-color: rgb(46,209,7); }
td.TdClassName
{
border-color: #2ED107;
}
.TagClassName
{
border-color: #2ED107;
}
</style>