Shades of Malachite #2FF45C
Tints of Malachite #2FF45C
RGB
CMYK
RGB Variations
Color information
#2FF45C (or 0x2FF45C) is known color: Malachite. HEX triplet: 2F, F4 and 5C. RGB value is (47,244,92). Sum of RGB (Red+Green+Blue) = 47+244+92=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 244 (95.70% from 255 or 63.71% from 383); Blue value is 92 (36.33% from 255 or 24.02% from 383); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF45C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FF45C is #D00BA3. Grayscale: #A8A8A8. Windows color (decimal): -13634468 or 6091823. OLE color: 6091823.
HSL color Cylindrical-coordinate representation of color #2FF45C: hue angle of 133.71º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF45C is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 92 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.04 |
| HSL | 133.71º | 0.9% | 0.57% | - |
| HSV(B) | 133.71º | 0.81% | 0.96% | - |
| XYZ | 35.45 | 66.08 | 21.01 | - |
| YUV | 167.77 | 85.23 | 41.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 92 | 0.81 | 0 | 0.62 | 0.04 | 133.71 | 0.9 | 0.57 |
| Hex | 2F | F4 | 5C | 51 | 0 | 3E | 4 | 86 | 5A | 39 |
| Octal | 57 | 364 | 134 | 121 | 0 | 76 | 4 | 206 | 132 | 71 |
| Binary | 101111 | 11110100 | 1011100 | 1010001 | 0 | 111110 | 100 | 10000110 | 1011010 | 111001 |
Color Harmonies of #2FF45C
Complementary color
Monochromatic Colors of #2FF45C
Black with #2FF45C
Text Example
Text Example
White with #2FF45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF45C; }
p { color: rgb(47,244,92); }
H1.HeaderClassName
{
color: #2FF45C;
}
.AnyTagClassName
{
color: #2FF45C;
}
</style>
background-color css
<style>
a { background-color: #2FF45C; }
a { background-color: rgb(47,244,92); }
div.DivClassName
{
background-color: #2FF45C;
}
.BgClassName
{
background-color: #2FF45C;
}
</style>
border-color css
<style>
span { border-color: #2FF45C; }
span { border-color: rgb(47,244,92); }
td.TdClassName
{
border-color: #2FF45C;
}
.TagClassName
{
border-color: #2FF45C;
}
</style>