Shades of Malachite #2DF16E
Tints of Malachite #2DF16E
RGB
CMYK
RGB Variations
Color information
#2DF16E (or 0x2DF16E) is known color: Malachite. HEX triplet: 2D, F1 and 6E. RGB value is (45,241,110). Sum of RGB (Red+Green+Blue) = 45+241+110=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 241 (94.53% from 255 or 60.86% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF16E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF16E is #D20E91. Grayscale: #A7A7A7. Windows color (decimal): -13766290 or 7270701. OLE color: 7270701.
HSL color Cylindrical-coordinate representation of color #2DF16E: hue angle of 139.9º 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 #2DF16E is Cyan = 0.81, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 110 | - |
| CMYK | 0.81 | 0 | 0.54 | 0.05 |
| HSL | 139.9º | 0.88% | 0.56% | - |
| HSV(B) | 139.9º | 0.81% | 0.95% | - |
| XYZ | 35.35 | 64.59 | 25.36 | - |
| YUV | 167.46 | 95.57 | 40.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 110 | 0.81 | 0 | 0.54 | 0.05 | 139.9 | 0.88 | 0.56 |
| Hex | 2D | F1 | 6E | 51 | 0 | 36 | 5 | 8C | 58 | 38 |
| Octal | 55 | 361 | 156 | 121 | 0 | 66 | 5 | 214 | 130 | 70 |
| Binary | 101101 | 11110001 | 1101110 | 1010001 | 0 | 110110 | 101 | 10001100 | 1011000 | 111000 |
Color Harmonies of #2DF16E
Complementary color
Monochromatic Colors of #2DF16E
Black with #2DF16E
Text Example
Text Example
White with #2DF16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF16E; }
p { color: rgb(45,241,110); }
H1.HeaderClassName
{
color: #2DF16E;
}
.AnyTagClassName
{
color: #2DF16E;
}
</style>
background-color css
<style>
a { background-color: #2DF16E; }
a { background-color: rgb(45,241,110); }
div.DivClassName
{
background-color: #2DF16E;
}
.BgClassName
{
background-color: #2DF16E;
}
</style>
border-color css
<style>
span { border-color: #2DF16E; }
span { border-color: rgb(45,241,110); }
td.TdClassName
{
border-color: #2DF16E;
}
.TagClassName
{
border-color: #2DF16E;
}
</style>