Shades of Malachite #2FFE4C
Tints of Malachite #2FFE4C
RGB
CMYK
RGB Variations
Color information
#2FFE4C (or 0x2FFE4C) is known color: Malachite. HEX triplet: 2F, FE and 4C. RGB value is (47,254,76). Sum of RGB (Red+Green+Blue) = 47+254+76=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 254 (99.61% from 255 or 67.37% from 377); Blue value is 76 (30.08% from 255 or 20.16% from 377); Max value from RGB is 254 - color contains mainly: green. Hex color #2FFE4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFE4C is #D001B3. Grayscale: #ACACAC. Windows color (decimal): -13631924 or 5045807. OLE color: 5045807.
HSL color Cylindrical-coordinate representation of color #2FFE4C: hue angle of 128.41º degrees, saturation: 0.99, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FFE4C is Cyan = 0.81, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 47 | 254 | 76 | - |
| CMYK | 0.81 | 0 | 0.70 | 0.00 |
| HSL | 128.41º | 0.99% | 0.59% | - |
| HSV(B) | 128.41º | 0.81% | 1% | - |
| XYZ | 37.92 | 72.01 | 18.74 | - |
| YUV | 171.82 | 73.92 | 38.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 254 | 76 | 0.81 | 0 | 0.70 | 0.00 | 128.41 | 0.99 | 0.59 |
| Hex | 2F | FE | 4C | 51 | 0 | 46 | 0 | 80 | 63 | 3B |
| Octal | 57 | 376 | 114 | 121 | 0 | 106 | 0 | 200 | 143 | 73 |
| Binary | 101111 | 11111110 | 1001100 | 1010001 | 0 | 1000110 | 0 | 10000000 | 1100011 | 111011 |
Color Harmonies of #2FFE4C
Complementary color
Monochromatic Colors of #2FFE4C
Black with #2FFE4C
Text Example
Text Example
White with #2FFE4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFE4C; }
p { color: rgb(47,254,76); }
H1.HeaderClassName
{
color: #2FFE4C;
}
.AnyTagClassName
{
color: #2FFE4C;
}
</style>
background-color css
<style>
a { background-color: #2FFE4C; }
a { background-color: rgb(47,254,76); }
div.DivClassName
{
background-color: #2FFE4C;
}
.BgClassName
{
background-color: #2FFE4C;
}
</style>
border-color css
<style>
span { border-color: #2FFE4C; }
span { border-color: rgb(47,254,76); }
td.TdClassName
{
border-color: #2FFE4C;
}
.TagClassName
{
border-color: #2FFE4C;
}
</style>