Shades of Malachite #2FF75C
Tints of Malachite #2FF75C
RGB
CMYK
RGB Variations
Color information
#2FF75C (or 0x2FF75C) is known color: Malachite. HEX triplet: 2F, F7 and 5C. RGB value is (47,247,92). Sum of RGB (Red+Green+Blue) = 47+247+92=386 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.18% from 386); Green value is 247 (96.88% from 255 or 63.99% from 386); Blue value is 92 (36.33% from 255 or 23.83% from 386); Max value from RGB is 247 - color contains mainly: green. Hex color #2FF75C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF75C is #D008A3. Grayscale: #A9A9A9. Windows color (decimal): -13633700 or 6092591. OLE color: 6092591.
HSL color Cylindrical-coordinate representation of color #2FF75C: hue angle of 133.5º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF75C is Cyan = 0.81, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 47 | 247 | 92 | - |
| CMYK | 0.81 | 0 | 0.63 | 0.03 |
| HSL | 133.5º | 0.93% | 0.58% | - |
| HSV(B) | 133.5º | 0.81% | 0.97% | - |
| XYZ | 36.36 | 67.9 | 21.31 | - |
| YUV | 169.53 | 84.24 | 40.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 247 | 92 | 0.81 | 0 | 0.63 | 0.03 | 133.5 | 0.93 | 0.58 |
| Hex | 2F | F7 | 5C | 51 | 0 | 3F | 3 | 86 | 5D | 3A |
| Octal | 57 | 367 | 134 | 121 | 0 | 77 | 3 | 206 | 135 | 72 |
| Binary | 101111 | 11110111 | 1011100 | 1010001 | 0 | 111111 | 11 | 10000110 | 1011101 | 111010 |
Color Harmonies of #2FF75C
Complementary color
Monochromatic Colors of #2FF75C
Black with #2FF75C
Text Example
Text Example
White with #2FF75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF75C; }
p { color: rgb(47,247,92); }
H1.HeaderClassName
{
color: #2FF75C;
}
.AnyTagClassName
{
color: #2FF75C;
}
</style>
background-color css
<style>
a { background-color: #2FF75C; }
a { background-color: rgb(47,247,92); }
div.DivClassName
{
background-color: #2FF75C;
}
.BgClassName
{
background-color: #2FF75C;
}
</style>
border-color css
<style>
span { border-color: #2FF75C; }
span { border-color: rgb(47,247,92); }
td.TdClassName
{
border-color: #2FF75C;
}
.TagClassName
{
border-color: #2FF75C;
}
</style>