Shades of Malachite #2FFF4B
Tints of Malachite #2FFF4B
RGB
CMYK
RGB Variations
Color information
#2FFF4B (or 0x2FFF4B) is known color: Malachite. HEX triplet: 2F, FF and 4B. RGB value is (47,255,75). Sum of RGB (Red+Green+Blue) = 47+255+75=377 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.47% from 377); Green value is 255 (100% from 255 or 67.64% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 255 - color contains mainly: green. Hex color #2FFF4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FFF4B is #D000B4. Grayscale: #ACACAC. Windows color (decimal): -13631669 or 4980527. OLE color: 4980527.
HSL color Cylindrical-coordinate representation of color #2FFF4B: hue angle of 128.08º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FFF4B is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 47 | 255 | 75 | - |
| CMYK | 0.82 | 0 | 0.71 | 0 |
| HSL | 128.08º | 1% | 0.59% | - |
| HSV(B) | 128.08º | 0.82% | 1% | - |
| XYZ | 38.2 | 72.63 | 18.66 | - |
| YUV | 172.29 | 73.09 | 38.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 255 | 75 | 0.82 | 0 | 0.71 | 0 | 128.08 | 1 | 0.59 |
| Hex | 2F | FF | 4B | 52 | 0 | 47 | 0 | 80 | 64 | 3B |
| Octal | 57 | 377 | 113 | 122 | 0 | 107 | 0 | 200 | 144 | 73 |
| Binary | 101111 | 11111111 | 1001011 | 1010010 | 0 | 1000111 | 0 | 10000000 | 1100100 | 111011 |
Color Harmonies of #2FFF4B
Complementary color
Monochromatic Colors of #2FFF4B
Black with #2FFF4B
Text Example
Text Example
White with #2FFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FFF4B; }
p { color: rgb(47,255,75); }
H1.HeaderClassName
{
color: #2FFF4B;
}
.AnyTagClassName
{
color: #2FFF4B;
}
</style>
background-color css
<style>
a { background-color: #2FFF4B; }
a { background-color: rgb(47,255,75); }
div.DivClassName
{
background-color: #2FFF4B;
}
.BgClassName
{
background-color: #2FFF4B;
}
</style>
border-color css
<style>
span { border-color: #2FFF4B; }
span { border-color: rgb(47,255,75); }
td.TdClassName
{
border-color: #2FFF4B;
}
.TagClassName
{
border-color: #2FFF4B;
}
</style>