Shades of Malachite #2FEE68
Tints of Malachite #2FEE68
RGB
CMYK
RGB Variations
Color information
#2FEE68 (or 0x2FEE68) is known color: Malachite. HEX triplet: 2F, EE and 68. RGB value is (47,238,104). Sum of RGB (Red+Green+Blue) = 47+238+104=389 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.08% from 389); Green value is 238 (93.36% from 255 or 61.18% from 389); Blue value is 104 (41.02% from 255 or 26.74% from 389); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE68 is #D01197. Grayscale: #A5A5A5. Windows color (decimal): -13635992 or 6876719. OLE color: 6876719.
HSL color Cylindrical-coordinate representation of color #2FEE68: hue angle of 137.91º degrees, saturation: 0.85, 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 #2FEE68 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 104 | - |
| CMYK | 0.80 | 0 | 0.56 | 0.07 |
| HSL | 137.91º | 0.85% | 0.56% | - |
| HSV(B) | 137.91º | 0.8% | 0.93% | - |
| XYZ | 34.25 | 62.75 | 23.4 | - |
| YUV | 165.62 | 93.22 | 43.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 104 | 0.80 | 0 | 0.56 | 0.07 | 137.91 | 0.85 | 0.56 |
| Hex | 2F | EE | 68 | 50 | 0 | 38 | 7 | 8A | 55 | 38 |
| Octal | 57 | 356 | 150 | 120 | 0 | 70 | 7 | 212 | 125 | 70 |
| Binary | 101111 | 11101110 | 1101000 | 1010000 | 0 | 111000 | 111 | 10001010 | 1010101 | 111000 |
Color Harmonies of #2FEE68
Complementary color
Monochromatic Colors of #2FEE68
Black with #2FEE68
Text Example
Text Example
White with #2FEE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE68; }
p { color: rgb(47,238,104); }
H1.HeaderClassName
{
color: #2FEE68;
}
.AnyTagClassName
{
color: #2FEE68;
}
</style>
background-color css
<style>
a { background-color: #2FEE68; }
a { background-color: rgb(47,238,104); }
div.DivClassName
{
background-color: #2FEE68;
}
.BgClassName
{
background-color: #2FEE68;
}
</style>
border-color css
<style>
span { border-color: #2FEE68; }
span { border-color: rgb(47,238,104); }
td.TdClassName
{
border-color: #2FEE68;
}
.TagClassName
{
border-color: #2FEE68;
}
</style>