Shades of Malachite #2FD25B
Tints of Malachite #2FD25B
RGB
CMYK
RGB Variations
Color information
#2FD25B (or 0x2FD25B) is known color: Malachite. HEX triplet: 2F, D2 and 5B. RGB value is (47,210,91). Sum of RGB (Red+Green+Blue) = 47+210+91=348 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.51% from 348); Green value is 210 (82.42% from 255 or 60.34% from 348); Blue value is 91 (35.94% from 255 or 26.15% from 348); Max value from RGB is 210 - color contains mainly: green. Hex color #2FD25B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FD25B is #D02DA4. Grayscale: #949494. Windows color (decimal): -13643173 or 6017583. OLE color: 6017583.
HSL color Cylindrical-coordinate representation of color #2FD25B: hue angle of 136.2º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FD25B is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 47 | 210 | 91 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.18 |
| HSL | 136.2º | 0.64% | 0.5% | - |
| HSV(B) | 136.2º | 0.78% | 0.82% | - |
| XYZ | 26.11 | 47.45 | 17.68 | - |
| YUV | 147.7 | 96 | 56.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 210 | 91 | 0.78 | 0 | 0.57 | 0.18 | 136.2 | 0.64 | 0.5 |
| Hex | 2F | D2 | 5B | 4E | 0 | 39 | 12 | 88 | 40 | 32 |
| Octal | 57 | 322 | 133 | 116 | 0 | 71 | 22 | 210 | 100 | 62 |
| Binary | 101111 | 11010010 | 1011011 | 1001110 | 0 | 111001 | 10010 | 10001000 | 1000000 | 110010 |
Color Harmonies of #2FD25B
Complementary color
Monochromatic Colors of #2FD25B
Black with #2FD25B
Text Example
Text Example
White with #2FD25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FD25B; }
p { color: rgb(47,210,91); }
H1.HeaderClassName
{
color: #2FD25B;
}
.AnyTagClassName
{
color: #2FD25B;
}
</style>
background-color css
<style>
a { background-color: #2FD25B; }
a { background-color: rgb(47,210,91); }
div.DivClassName
{
background-color: #2FD25B;
}
.BgClassName
{
background-color: #2FD25B;
}
</style>
border-color css
<style>
span { border-color: #2FD25B; }
span { border-color: rgb(47,210,91); }
td.TdClassName
{
border-color: #2FD25B;
}
.TagClassName
{
border-color: #2FD25B;
}
</style>