Shades of Malachite #2DF950
Tints of Malachite #2DF950
RGB
CMYK
RGB Variations
Color information
#2DF950 (or 0x2DF950) is known color: Malachite. HEX triplet: 2D, F9 and 50. RGB value is (45,249,80). Sum of RGB (Red+Green+Blue) = 45+249+80=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 249 (97.66% from 255 or 66.58% from 374); Blue value is 80 (31.64% from 255 or 21.39% from 374); Max value from RGB is 249 - color contains mainly: green. Hex color #2DF950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF950 is #D206AF. Grayscale: #A9A9A9. Windows color (decimal): -13764272 or 5306669. OLE color: 5306669.
HSL color Cylindrical-coordinate representation of color #2DF950: hue angle of 130.29º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF950 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 249 | 80 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.02 |
| HSL | 130.29º | 0.94% | 0.58% | - |
| HSV(B) | 130.29º | 0.82% | 0.98% | - |
| XYZ | 36.41 | 68.89 | 18.97 | - |
| YUV | 168.74 | 77.91 | 39.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 249 | 80 | 0.82 | 0 | 0.68 | 0.02 | 130.29 | 0.94 | 0.58 |
| Hex | 2D | F9 | 50 | 52 | 0 | 44 | 2 | 82 | 5E | 3A |
| Octal | 55 | 371 | 120 | 122 | 0 | 104 | 2 | 202 | 136 | 72 |
| Binary | 101101 | 11111001 | 1010000 | 1010010 | 0 | 1000100 | 10 | 10000010 | 1011110 | 111010 |
Color Harmonies of #2DF950
Complementary color
Monochromatic Colors of #2DF950
Black with #2DF950
Text Example
Text Example
White with #2DF950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF950; }
p { color: rgb(45,249,80); }
H1.HeaderClassName
{
color: #2DF950;
}
.AnyTagClassName
{
color: #2DF950;
}
</style>
background-color css
<style>
a { background-color: #2DF950; }
a { background-color: rgb(45,249,80); }
div.DivClassName
{
background-color: #2DF950;
}
.BgClassName
{
background-color: #2DF950;
}
</style>
border-color css
<style>
span { border-color: #2DF950; }
span { border-color: rgb(45,249,80); }
td.TdClassName
{
border-color: #2DF950;
}
.TagClassName
{
border-color: #2DF950;
}
</style>