Shades of Kelly Green #2ED50A
Tints of Kelly Green #2ED50A
RGB
CMYK
RGB Variations
Color information
#2ED50A (or 0x2ED50A) is known color: Kelly Green. HEX triplet: 2E, D5 and 0A. RGB value is (46,213,10). Sum of RGB (Red+Green+Blue) = 46+213+10=269 (35% of max value = 765). Red value is 46 (18.36% from 255 or 17.10% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 10 (4.30% from 255 or 3.72% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #2ED50A is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2ED50A is #D12AF5. Grayscale: #8C8C8C. Windows color (decimal): -13708022 or 709934. OLE color: 709934.
HSL color Cylindrical-coordinate representation of color #2ED50A: hue angle of 109.36º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2ED50A is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 46 | 213 | 10 | - |
| CMYK | 0.78 | 0 | 0.95 | 0.16 |
| HSL | 109.36º | 0.91% | 0.44% | - |
| HSV(B) | 109.36º | 0.95% | 0.84% | - |
| XYZ | 24.98 | 48.19 | 8.27 | - |
| YUV | 139.93 | 54.67 | 61.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 213 | 10 | 0.78 | 0 | 0.95 | 0.16 | 109.36 | 0.91 | 0.44 |
| Hex | 2E | D5 | A | 4E | 0 | 5F | 10 | 6D | 5B | 2C |
| Octal | 56 | 325 | 12 | 116 | 0 | 137 | 20 | 155 | 133 | 54 |
| Binary | 101110 | 11010101 | 1010 | 1001110 | 0 | 1011111 | 10000 | 1101101 | 1011011 | 101100 |
Color Harmonies of #2ED50A
Complementary color
Monochromatic Colors of #2ED50A
Black with #2ED50A
Text Example
Text Example
White with #2ED50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED50A; }
p { color: rgb(46,213,10); }
H1.HeaderClassName
{
color: #2ED50A;
}
.AnyTagClassName
{
color: #2ED50A;
}
</style>
background-color css
<style>
a { background-color: #2ED50A; }
a { background-color: rgb(46,213,10); }
div.DivClassName
{
background-color: #2ED50A;
}
.BgClassName
{
background-color: #2ED50A;
}
</style>
border-color css
<style>
span { border-color: #2ED50A; }
span { border-color: rgb(46,213,10); }
td.TdClassName
{
border-color: #2ED50A;
}
.TagClassName
{
border-color: #2ED50A;
}
</style>