Shades of Emerald #2EED75
Tints of Emerald #2EED75
RGB
CMYK
RGB Variations
Color information
#2EED75 (or 0x2EED75) is known color: Emerald. HEX triplet: 2E, ED and 75. RGB value is (46,237,117). Sum of RGB (Red+Green+Blue) = 46+237+117=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 237 (92.97% from 255 or 59.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 237 - color contains mainly: green. Hex color #2EED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EED75 is #D1128A. Grayscale: #A6A6A6. Windows color (decimal): -13701771 or 7728430. OLE color: 7728430.
HSL color Cylindrical-coordinate representation of color #2EED75: hue angle of 142.3º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EED75 is Cyan = 0.81, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 117 | - |
| CMYK | 0.81 | 0 | 0.51 | 0.07 |
| HSL | 142.3º | 0.84% | 0.55% | - |
| HSV(B) | 142.3º | 0.81% | 0.93% | - |
| XYZ | 34.62 | 62.43 | 27.06 | - |
| YUV | 166.21 | 100.22 | 42.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 117 | 0.81 | 0 | 0.51 | 0.07 | 142.3 | 0.84 | 0.55 |
| Hex | 2E | ED | 75 | 51 | 0 | 33 | 7 | 8E | 54 | 37 |
| Octal | 56 | 355 | 165 | 121 | 0 | 63 | 7 | 216 | 124 | 67 |
| Binary | 101110 | 11101101 | 1110101 | 1010001 | 0 | 110011 | 111 | 10001110 | 1010100 | 110111 |
Color Harmonies of #2EED75
Complementary color
Monochromatic Colors of #2EED75
Black with #2EED75
Text Example
Text Example
White with #2EED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EED75; }
p { color: rgb(46,237,117); }
H1.HeaderClassName
{
color: #2EED75;
}
.AnyTagClassName
{
color: #2EED75;
}
</style>
background-color css
<style>
a { background-color: #2EED75; }
a { background-color: rgb(46,237,117); }
div.DivClassName
{
background-color: #2EED75;
}
.BgClassName
{
background-color: #2EED75;
}
</style>
border-color css
<style>
span { border-color: #2EED75; }
span { border-color: rgb(46,237,117); }
td.TdClassName
{
border-color: #2EED75;
}
.TagClassName
{
border-color: #2EED75;
}
</style>