Shades of Malachite #2DF15C
Tints of Malachite #2DF15C
RGB
CMYK
RGB Variations
Color information
#2DF15C (or 0x2DF15C) is known color: Malachite. HEX triplet: 2D, F1 and 5C. RGB value is (45,241,92). Sum of RGB (Red+Green+Blue) = 45+241+92=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 92 (36.33% from 255 or 24.34% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF15C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF15C is #D20EA3. Grayscale: #A5A5A5. Windows color (decimal): -13766308 or 6091053. OLE color: 6091053.
HSL color Cylindrical-coordinate representation of color #2DF15C: hue angle of 134.39º 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 #2DF15C is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 92 | - |
| CMYK | 0.81 | 0 | 0.62 | 0.05 |
| HSL | 134.39º | 0.88% | 0.56% | - |
| HSV(B) | 134.39º | 0.81% | 0.95% | - |
| XYZ | 34.47 | 64.24 | 20.71 | - |
| YUV | 165.41 | 86.57 | 42.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 92 | 0.81 | 0 | 0.62 | 0.05 | 134.39 | 0.88 | 0.56 |
| Hex | 2D | F1 | 5C | 51 | 0 | 3E | 5 | 86 | 58 | 38 |
| Octal | 55 | 361 | 134 | 121 | 0 | 76 | 5 | 206 | 130 | 70 |
| Binary | 101101 | 11110001 | 1011100 | 1010001 | 0 | 111110 | 101 | 10000110 | 1011000 | 111000 |
Color Harmonies of #2DF15C
Complementary color
Monochromatic Colors of #2DF15C
Black with #2DF15C
Text Example
Text Example
White with #2DF15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF15C; }
p { color: rgb(45,241,92); }
H1.HeaderClassName
{
color: #2DF15C;
}
.AnyTagClassName
{
color: #2DF15C;
}
</style>
background-color css
<style>
a { background-color: #2DF15C; }
a { background-color: rgb(45,241,92); }
div.DivClassName
{
background-color: #2DF15C;
}
.BgClassName
{
background-color: #2DF15C;
}
</style>
border-color css
<style>
span { border-color: #2DF15C; }
span { border-color: rgb(45,241,92); }
td.TdClassName
{
border-color: #2DF15C;
}
.TagClassName
{
border-color: #2DF15C;
}
</style>