Shades of Malachite #2DFA68
Tints of Malachite #2DFA68
RGB
CMYK
RGB Variations
Color information
#2DFA68 (or 0x2DFA68) is known color: Malachite. HEX triplet: 2D, FA and 68. RGB value is (45,250,104). Sum of RGB (Red+Green+Blue) = 45+250+104=399 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.28% from 399); Green value is 250 (98.05% from 255 or 62.66% from 399); Blue value is 104 (41.02% from 255 or 26.07% from 399); Max value from RGB is 250 - color contains mainly: green. Hex color #2DFA68 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFA68 is #D20597. Grayscale: #ACACAC. Windows color (decimal): -13763992 or 6879789. OLE color: 6879789.
HSL color Cylindrical-coordinate representation of color #2DFA68: hue angle of 137.27º degrees, saturation: 0.95, 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 #2DFA68 is Cyan = 0.82, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 250 | 104 | - |
| CMYK | 0.82 | 0 | 0.58 | 0.02 |
| HSL | 137.27º | 0.95% | 0.58% | - |
| HSV(B) | 137.27º | 0.82% | 0.98% | - |
| XYZ | 37.77 | 69.93 | 24.6 | - |
| YUV | 172.06 | 89.58 | 37.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 250 | 104 | 0.82 | 0 | 0.58 | 0.02 | 137.27 | 0.95 | 0.58 |
| Hex | 2D | FA | 68 | 52 | 0 | 3A | 2 | 89 | 5F | 3A |
| Octal | 55 | 372 | 150 | 122 | 0 | 72 | 2 | 211 | 137 | 72 |
| Binary | 101101 | 11111010 | 1101000 | 1010010 | 0 | 111010 | 10 | 10001001 | 1011111 | 111010 |
Color Harmonies of #2DFA68
Complementary color
Monochromatic Colors of #2DFA68
Black with #2DFA68
Text Example
Text Example
White with #2DFA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFA68; }
p { color: rgb(45,250,104); }
H1.HeaderClassName
{
color: #2DFA68;
}
.AnyTagClassName
{
color: #2DFA68;
}
</style>
background-color css
<style>
a { background-color: #2DFA68; }
a { background-color: rgb(45,250,104); }
div.DivClassName
{
background-color: #2DFA68;
}
.BgClassName
{
background-color: #2DFA68;
}
</style>
border-color css
<style>
span { border-color: #2DFA68; }
span { border-color: rgb(45,250,104); }
td.TdClassName
{
border-color: #2DFA68;
}
.TagClassName
{
border-color: #2DFA68;
}
</style>