Shades of Malachite #2DF152
Tints of Malachite #2DF152
RGB
CMYK
RGB Variations
Color information
#2DF152 (or 0x2DF152) is known color: Malachite. HEX triplet: 2D, F1 and 52. RGB value is (45,241,82). Sum of RGB (Red+Green+Blue) = 45+241+82=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 241 (94.53% from 255 or 65.49% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF152 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DF152 is #D20EAD. Grayscale: #A4A4A4. Windows color (decimal): -13766318 or 5435693. OLE color: 5435693.
HSL color Cylindrical-coordinate representation of color #2DF152: hue angle of 131.33º 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 #2DF152 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 82 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.05 |
| HSL | 131.33º | 0.88% | 0.56% | - |
| HSV(B) | 131.33º | 0.81% | 0.95% | - |
| XYZ | 34.06 | 64.08 | 18.56 | - |
| YUV | 164.27 | 81.57 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 82 | 0.81 | 0 | 0.66 | 0.05 | 131.33 | 0.88 | 0.56 |
| Hex | 2D | F1 | 52 | 51 | 0 | 42 | 5 | 83 | 58 | 38 |
| Octal | 55 | 361 | 122 | 121 | 0 | 102 | 5 | 203 | 130 | 70 |
| Binary | 101101 | 11110001 | 1010010 | 1010001 | 0 | 1000010 | 101 | 10000011 | 1011000 | 111000 |
Color Harmonies of #2DF152
Complementary color
Monochromatic Colors of #2DF152
Black with #2DF152
Text Example
Text Example
White with #2DF152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF152; }
p { color: rgb(45,241,82); }
H1.HeaderClassName
{
color: #2DF152;
}
.AnyTagClassName
{
color: #2DF152;
}
</style>
background-color css
<style>
a { background-color: #2DF152; }
a { background-color: rgb(45,241,82); }
div.DivClassName
{
background-color: #2DF152;
}
.BgClassName
{
background-color: #2DF152;
}
</style>
border-color css
<style>
span { border-color: #2DF152; }
span { border-color: rgb(45,241,82); }
td.TdClassName
{
border-color: #2DF152;
}
.TagClassName
{
border-color: #2DF152;
}
</style>