Shades of Malachite #2FE65B
Tints of Malachite #2FE65B
RGB
CMYK
RGB Variations
Color information
#2FE65B (or 0x2FE65B) is known color: Malachite. HEX triplet: 2F, E6 and 5B. RGB value is (47,230,91). Sum of RGB (Red+Green+Blue) = 47+230+91=368 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.77% from 368); Green value is 230 (90.23% from 255 or 62.5% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 230 - color contains mainly: green. Hex color #2FE65B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FE65B is #D019A4. Grayscale: #9F9F9F. Windows color (decimal): -13638053 or 6022703. OLE color: 6022703.
HSL color Cylindrical-coordinate representation of color #2FE65B: hue angle of 134.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE65B is Cyan = 0.80, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 230 | 91 | - |
| CMYK | 0.80 | 0 | 0.60 | 0.10 |
| HSL | 134.43º | 0.79% | 0.54% | - |
| HSV(B) | 134.43º | 0.8% | 0.9% | - |
| XYZ | 31.36 | 57.95 | 19.43 | - |
| YUV | 159.44 | 89.37 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 230 | 91 | 0.80 | 0 | 0.60 | 0.10 | 134.43 | 0.79 | 0.54 |
| Hex | 2F | E6 | 5B | 50 | 0 | 3C | A | 86 | 4F | 36 |
| Octal | 57 | 346 | 133 | 120 | 0 | 74 | 12 | 206 | 117 | 66 |
| Binary | 101111 | 11100110 | 1011011 | 1010000 | 0 | 111100 | 1010 | 10000110 | 1001111 | 110110 |
Color Harmonies of #2FE65B
Complementary color
Monochromatic Colors of #2FE65B
Black with #2FE65B
Text Example
Text Example
White with #2FE65B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE65B; }
p { color: rgb(47,230,91); }
H1.HeaderClassName
{
color: #2FE65B;
}
.AnyTagClassName
{
color: #2FE65B;
}
</style>
background-color css
<style>
a { background-color: #2FE65B; }
a { background-color: rgb(47,230,91); }
div.DivClassName
{
background-color: #2FE65B;
}
.BgClassName
{
background-color: #2FE65B;
}
</style>
border-color css
<style>
span { border-color: #2FE65B; }
span { border-color: rgb(47,230,91); }
td.TdClassName
{
border-color: #2FE65B;
}
.TagClassName
{
border-color: #2FE65B;
}
</style>