Shades of Malachite #2DFF60
Tints of Malachite #2DFF60
RGB
CMYK
RGB Variations
Color information
#2DFF60 (or 0x2DFF60) is known color: Malachite. HEX triplet: 2D, FF and 60. RGB value is (45,255,96). Sum of RGB (Red+Green+Blue) = 45+255+96=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 255 (100% from 255 or 64.39% from 396); Blue value is 96 (37.89% from 255 or 24.24% from 396); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFF60 is #D2009F. Grayscale: #AEAEAE. Windows color (decimal): -13762720 or 6356781. OLE color: 6356781.
HSL color Cylindrical-coordinate representation of color #2DFF60: hue angle of 134.57º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFF60 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 96 | - |
| CMYK | 0.82 | 0 | 0.62 | 0 |
| HSL | 134.57º | 1% | 0.59% | - |
| HSV(B) | 134.57º | 0.82% | 1% | - |
| XYZ | 38.95 | 72.92 | 23.09 | - |
| YUV | 174.08 | 83.93 | 35.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 96 | 0.82 | 0 | 0.62 | 0 | 134.57 | 1 | 0.59 |
| Hex | 2D | FF | 60 | 52 | 0 | 3E | 0 | 87 | 64 | 3B |
| Octal | 55 | 377 | 140 | 122 | 0 | 76 | 0 | 207 | 144 | 73 |
| Binary | 101101 | 11111111 | 1100000 | 1010010 | 0 | 111110 | 0 | 10000111 | 1100100 | 111011 |
Color Harmonies of #2DFF60
Complementary color
Monochromatic Colors of #2DFF60
Black with #2DFF60
Text Example
Text Example
White with #2DFF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF60; }
p { color: rgb(45,255,96); }
H1.HeaderClassName
{
color: #2DFF60;
}
.AnyTagClassName
{
color: #2DFF60;
}
</style>
background-color css
<style>
a { background-color: #2DFF60; }
a { background-color: rgb(45,255,96); }
div.DivClassName
{
background-color: #2DFF60;
}
.BgClassName
{
background-color: #2DFF60;
}
</style>
border-color css
<style>
span { border-color: #2DFF60; }
span { border-color: rgb(45,255,96); }
td.TdClassName
{
border-color: #2DFF60;
}
.TagClassName
{
border-color: #2DFF60;
}
</style>