Shades of Malachite #2DFF62
Tints of Malachite #2DFF62
RGB
CMYK
RGB Variations
Color information
#2DFF62 (or 0x2DFF62) is known color: Malachite. HEX triplet: 2D, FF and 62. RGB value is (45,255,98). Sum of RGB (Red+Green+Blue) = 45+255+98=398 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.31% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 98 (38.67% from 255 or 24.62% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #2DFF62 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2DFF62 is #D2009D. Grayscale: #AEAEAE. Windows color (decimal): -13762718 or 6487853. OLE color: 6487853.
HSL color Cylindrical-coordinate representation of color #2DFF62: hue angle of 135.14º 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 #2DFF62 is Cyan = 0.82, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 45 | 255 | 98 | - |
| CMYK | 0.82 | 0 | 0.62 | 0 |
| HSL | 135.14º | 1% | 0.59% | - |
| HSV(B) | 135.14º | 0.82% | 1% | - |
| XYZ | 39.05 | 72.96 | 23.58 | - |
| YUV | 174.31 | 84.93 | 35.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 255 | 98 | 0.82 | 0 | 0.62 | 0 | 135.14 | 1 | 0.59 |
| Hex | 2D | FF | 62 | 52 | 0 | 3E | 0 | 87 | 64 | 3B |
| Octal | 55 | 377 | 142 | 122 | 0 | 76 | 0 | 207 | 144 | 73 |
| Binary | 101101 | 11111111 | 1100010 | 1010010 | 0 | 111110 | 0 | 10000111 | 1100100 | 111011 |
Color Harmonies of #2DFF62
Complementary color
Monochromatic Colors of #2DFF62
Black with #2DFF62
Text Example
Text Example
White with #2DFF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFF62; }
p { color: rgb(45,255,98); }
H1.HeaderClassName
{
color: #2DFF62;
}
.AnyTagClassName
{
color: #2DFF62;
}
</style>
background-color css
<style>
a { background-color: #2DFF62; }
a { background-color: rgb(45,255,98); }
div.DivClassName
{
background-color: #2DFF62;
}
.BgClassName
{
background-color: #2DFF62;
}
</style>
border-color css
<style>
span { border-color: #2DFF62; }
span { border-color: rgb(45,255,98); }
td.TdClassName
{
border-color: #2DFF62;
}
.TagClassName
{
border-color: #2DFF62;
}
</style>