Shades of Malachite #2DF15F
Tints of Malachite #2DF15F
RGB
CMYK
RGB Variations
Color information
#2DF15F (or 0x2DF15F) is known color: Malachite. HEX triplet: 2D, F1 and 5F. RGB value is (45,241,95). Sum of RGB (Red+Green+Blue) = 45+241+95=381 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.81% from 381); Green value is 241 (94.53% from 255 or 63.25% from 381); Blue value is 95 (37.5% from 255 or 24.93% from 381); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF15F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF15F is #D20EA0. Grayscale: #A6A6A6. Windows color (decimal): -13766305 or 6287661. OLE color: 6287661.
HSL color Cylindrical-coordinate representation of color #2DF15F: hue angle of 135.31º 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 #2DF15F is Cyan = 0.81, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 95 | - |
| CMYK | 0.81 | 0 | 0.61 | 0.05 |
| HSL | 135.31º | 0.88% | 0.56% | - |
| HSV(B) | 135.31º | 0.81% | 0.95% | - |
| XYZ | 34.6 | 64.29 | 21.41 | - |
| YUV | 165.75 | 88.07 | 41.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 95 | 0.81 | 0 | 0.61 | 0.05 | 135.31 | 0.88 | 0.56 |
| Hex | 2D | F1 | 5F | 51 | 0 | 3D | 5 | 87 | 58 | 38 |
| Octal | 55 | 361 | 137 | 121 | 0 | 75 | 5 | 207 | 130 | 70 |
| Binary | 101101 | 11110001 | 1011111 | 1010001 | 0 | 111101 | 101 | 10000111 | 1011000 | 111000 |
Color Harmonies of #2DF15F
Complementary color
Monochromatic Colors of #2DF15F
Black with #2DF15F
Text Example
Text Example
White with #2DF15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF15F; }
p { color: rgb(45,241,95); }
H1.HeaderClassName
{
color: #2DF15F;
}
.AnyTagClassName
{
color: #2DF15F;
}
</style>
background-color css
<style>
a { background-color: #2DF15F; }
a { background-color: rgb(45,241,95); }
div.DivClassName
{
background-color: #2DF15F;
}
.BgClassName
{
background-color: #2DF15F;
}
</style>
border-color css
<style>
span { border-color: #2DF15F; }
span { border-color: rgb(45,241,95); }
td.TdClassName
{
border-color: #2DF15F;
}
.TagClassName
{
border-color: #2DF15F;
}
</style>