Shades of Emerald #2FED75
Tints of Emerald #2FED75
RGB
CMYK
RGB Variations
Color information
#2FED75 (or 0x2FED75) is known color: Emerald. HEX triplet: 2F, ED and 75. RGB value is (47,237,117). Sum of RGB (Red+Green+Blue) = 47+237+117=401 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.72% from 401); Green value is 237 (92.97% from 255 or 59.10% from 401); Blue value is 117 (46.09% from 255 or 29.18% from 401); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED75 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FED75 is #D0128A. Grayscale: #A6A6A6. Windows color (decimal): -13636235 or 7728431. OLE color: 7728431.
HSL color Cylindrical-coordinate representation of color #2FED75: hue angle of 142.11º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FED75 is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 117 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.07 |
| HSL | 142.11º | 0.84% | 0.56% | - |
| HSV(B) | 142.11º | 0.8% | 0.93% | - |
| XYZ | 34.67 | 62.46 | 27.06 | - |
| YUV | 166.51 | 100.05 | 42.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 117 | 0.80 | 0 | 0.51 | 0.07 | 142.11 | 0.84 | 0.56 |
| Hex | 2F | ED | 75 | 50 | 0 | 33 | 7 | 8E | 54 | 38 |
| Octal | 57 | 355 | 165 | 120 | 0 | 63 | 7 | 216 | 124 | 70 |
| Binary | 101111 | 11101101 | 1110101 | 1010000 | 0 | 110011 | 111 | 10001110 | 1010100 | 111000 |
Color Harmonies of #2FED75
Complementary color
Monochromatic Colors of #2FED75
Black with #2FED75
Text Example
Text Example
White with #2FED75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED75; }
p { color: rgb(47,237,117); }
H1.HeaderClassName
{
color: #2FED75;
}
.AnyTagClassName
{
color: #2FED75;
}
</style>
background-color css
<style>
a { background-color: #2FED75; }
a { background-color: rgb(47,237,117); }
div.DivClassName
{
background-color: #2FED75;
}
.BgClassName
{
background-color: #2FED75;
}
</style>
border-color css
<style>
span { border-color: #2FED75; }
span { border-color: rgb(47,237,117); }
td.TdClassName
{
border-color: #2FED75;
}
.TagClassName
{
border-color: #2FED75;
}
</style>