Shades of Emerald #2FE070
Tints of Emerald #2FE070
RGB
CMYK
RGB Variations
Color information
#2FE070 (or 0x2FE070) is known color: Emerald. HEX triplet: 2F, E0 and 70. RGB value is (47,224,112). Sum of RGB (Red+Green+Blue) = 47+224+112=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 224 (87.89% from 255 or 58.49% from 383); Blue value is 112 (44.14% from 255 or 29.24% from 383); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE070 is #D01F8F. Grayscale: #9E9E9E. Windows color (decimal): -13639568 or 7397423. OLE color: 7397423.
HSL color Cylindrical-coordinate representation of color #2FE070: hue angle of 142.03º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE070 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 112 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.12 |
| HSL | 142.03º | 0.74% | 0.53% | - |
| HSV(B) | 142.03º | 0.79% | 0.88% | - |
| XYZ | 30.75 | 55.09 | 24.34 | - |
| YUV | 158.31 | 101.86 | 48.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 112 | 0.79 | 0 | 0.50 | 0.12 | 142.03 | 0.74 | 0.53 |
| Hex | 2F | E0 | 70 | 4F | 0 | 32 | C | 8E | 4A | 35 |
| Octal | 57 | 340 | 160 | 117 | 0 | 62 | 14 | 216 | 112 | 65 |
| Binary | 101111 | 11100000 | 1110000 | 1001111 | 0 | 110010 | 1100 | 10001110 | 1001010 | 110101 |
Color Harmonies of #2FE070
Complementary color
Monochromatic Colors of #2FE070
Black with #2FE070
Text Example
Text Example
White with #2FE070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE070; }
p { color: rgb(47,224,112); }
H1.HeaderClassName
{
color: #2FE070;
}
.AnyTagClassName
{
color: #2FE070;
}
</style>
background-color css
<style>
a { background-color: #2FE070; }
a { background-color: rgb(47,224,112); }
div.DivClassName
{
background-color: #2FE070;
}
.BgClassName
{
background-color: #2FE070;
}
</style>
border-color css
<style>
span { border-color: #2FE070; }
span { border-color: rgb(47,224,112); }
td.TdClassName
{
border-color: #2FE070;
}
.TagClassName
{
border-color: #2FE070;
}
</style>