Shades of Malachite #2DF24F
Tints of Malachite #2DF24F
RGB
CMYK
RGB Variations
Color information
#2DF24F (or 0x2DF24F) is known color: Malachite. HEX triplet: 2D, F2 and 4F. RGB value is (45,242,79). Sum of RGB (Red+Green+Blue) = 45+242+79=366 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.30% from 366); Green value is 242 (94.92% from 255 or 66.12% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 242 - color contains mainly: green. Hex color #2DF24F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF24F is #D20DB0. Grayscale: #A4A4A4. Windows color (decimal): -13766065 or 5239341. OLE color: 5239341.
HSL color Cylindrical-coordinate representation of color #2DF24F: hue angle of 130.36º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DF24F is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 242 | 79 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.05 |
| HSL | 130.36º | 0.88% | 0.56% | - |
| HSV(B) | 130.36º | 0.81% | 0.95% | - |
| XYZ | 34.25 | 64.63 | 18.07 | - |
| YUV | 164.52 | 79.73 | 42.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 242 | 79 | 0.81 | 0 | 0.67 | 0.05 | 130.36 | 0.88 | 0.56 |
| Hex | 2D | F2 | 4F | 51 | 0 | 43 | 5 | 82 | 58 | 38 |
| Octal | 55 | 362 | 117 | 121 | 0 | 103 | 5 | 202 | 130 | 70 |
| Binary | 101101 | 11110010 | 1001111 | 1010001 | 0 | 1000011 | 101 | 10000010 | 1011000 | 111000 |
Color Harmonies of #2DF24F
Complementary color
Monochromatic Colors of #2DF24F
Black with #2DF24F
Text Example
Text Example
White with #2DF24F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF24F; }
p { color: rgb(45,242,79); }
H1.HeaderClassName
{
color: #2DF24F;
}
.AnyTagClassName
{
color: #2DF24F;
}
</style>
background-color css
<style>
a { background-color: #2DF24F; }
a { background-color: rgb(45,242,79); }
div.DivClassName
{
background-color: #2DF24F;
}
.BgClassName
{
background-color: #2DF24F;
}
</style>
border-color css
<style>
span { border-color: #2DF24F; }
span { border-color: rgb(45,242,79); }
td.TdClassName
{
border-color: #2DF24F;
}
.TagClassName
{
border-color: #2DF24F;
}
</style>