Shades of Malachite #2FE95D
Tints of Malachite #2FE95D
RGB
CMYK
RGB Variations
Color information
#2FE95D (or 0x2FE95D) is known color: Malachite. HEX triplet: 2F, E9 and 5D. RGB value is (47,233,93). Sum of RGB (Red+Green+Blue) = 47+233+93=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 233 (91.41% from 255 or 62.47% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 233 - color contains mainly: green. Hex color #2FE95D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE95D is #D016A2. Grayscale: #A1A1A1. Windows color (decimal): -13637283 or 6154543. OLE color: 6154543.
HSL color Cylindrical-coordinate representation of color #2FE95D: hue angle of 134.84º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE95D is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 233 | 93 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.09 |
| HSL | 134.84º | 0.81% | 0.55% | - |
| HSV(B) | 134.84º | 0.8% | 0.91% | - |
| XYZ | 32.29 | 59.67 | 20.17 | - |
| YUV | 161.43 | 89.38 | 46.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 233 | 93 | 0.80 | 0 | 0.60 | 0.09 | 134.84 | 0.81 | 0.55 |
| Hex | 2F | E9 | 5D | 50 | 0 | 3C | 9 | 87 | 51 | 37 |
| Octal | 57 | 351 | 135 | 120 | 0 | 74 | 11 | 207 | 121 | 67 |
| Binary | 101111 | 11101001 | 1011101 | 1010000 | 0 | 111100 | 1001 | 10000111 | 1010001 | 110111 |
Color Harmonies of #2FE95D
Complementary color
Monochromatic Colors of #2FE95D
Black with #2FE95D
Text Example
Text Example
White with #2FE95D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE95D; }
p { color: rgb(47,233,93); }
H1.HeaderClassName
{
color: #2FE95D;
}
.AnyTagClassName
{
color: #2FE95D;
}
</style>
background-color css
<style>
a { background-color: #2FE95D; }
a { background-color: rgb(47,233,93); }
div.DivClassName
{
background-color: #2FE95D;
}
.BgClassName
{
background-color: #2FE95D;
}
</style>
border-color css
<style>
span { border-color: #2FE95D; }
span { border-color: rgb(47,233,93); }
td.TdClassName
{
border-color: #2FE95D;
}
.TagClassName
{
border-color: #2FE95D;
}
</style>