Shades of Kelly Green #2ED508
Tints of Kelly Green #2ED508
RGB
CMYK
RGB Variations
Color information
#2ED508 (or 0x2ED508) is known color: Kelly Green. HEX triplet: 2E, D5 and 08. RGB value is (46,213,8). Sum of RGB (Red+Green+Blue) = 46+213+8=267 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.23% from 267); Green value is 213 (83.59% from 255 or 79.78% from 267); Blue value is 8 (3.52% from 255 or 3.00% from 267); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED508 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED508 is #D12AF7. Grayscale: #8C8C8C. Windows color (decimal): -13708024 or 578862. OLE color: 578862.
HSL color Cylindrical-coordinate representation of color #2ED508: hue angle of 108.88º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2ED508 is Cyan = 0.78, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 8 | - |
| CMYK | 0.78 | 0 | 0.96 | 0.16 |
| HSL | 108.88º | 0.93% | 0.43% | - |
| HSV(B) | 108.88º | 0.96% | 0.84% | - |
| XYZ | 24.96 | 48.19 | 8.21 | - |
| YUV | 139.7 | 53.67 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 8 | 0.78 | 0 | 0.96 | 0.16 | 108.88 | 0.93 | 0.43 |
| Hex | 2E | D5 | 8 | 4E | 0 | 60 | 10 | 6D | 5D | 2B |
| Octal | 56 | 325 | 10 | 116 | 0 | 140 | 20 | 155 | 135 | 53 |
| Binary | 101110 | 11010101 | 1000 | 1001110 | 0 | 1100000 | 10000 | 1101101 | 1011101 | 101011 |
Color Harmonies of #2ED508
Complementary color
Monochromatic Colors of #2ED508
Black with #2ED508
Text Example
Text Example
White with #2ED508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED508; }
p { color: rgb(46,213,8); }
H1.HeaderClassName
{
color: #2ED508;
}
.AnyTagClassName
{
color: #2ED508;
}
</style>
background-color css
<style>
a { background-color: #2ED508; }
a { background-color: rgb(46,213,8); }
div.DivClassName
{
background-color: #2ED508;
}
.BgClassName
{
background-color: #2ED508;
}
</style>
border-color css
<style>
span { border-color: #2ED508; }
span { border-color: rgb(46,213,8); }
td.TdClassName
{
border-color: #2ED508;
}
.TagClassName
{
border-color: #2ED508;
}
</style>