Shades of Malachite #2DF74C
Tints of Malachite #2DF74C
RGB
CMYK
RGB Variations
Color information
#2DF74C (or 0x2DF74C) is known color: Malachite. HEX triplet: 2D, F7 and 4C. RGB value is (45,247,76). Sum of RGB (Red+Green+Blue) = 45+247+76=368 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.23% from 368); Green value is 247 (96.88% from 255 or 67.12% from 368); Blue value is 76 (30.08% from 255 or 20.65% from 368); Max value from RGB is 247 - color contains mainly: green. Hex color #2DF74C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF74C is #D208B3. Grayscale: #A7A7A7. Windows color (decimal): -13764788 or 5044013. OLE color: 5044013.
HSL color Cylindrical-coordinate representation of color #2DF74C: hue angle of 129.21º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DF74C is Cyan = 0.82, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 45 | 247 | 76 | - |
| CMYK | 0.82 | 0 | 0.69 | 0.03 |
| HSL | 129.21º | 0.93% | 0.57% | - |
| HSV(B) | 129.21º | 0.82% | 0.97% | - |
| XYZ | 35.65 | 67.6 | 18.01 | - |
| YUV | 167.11 | 76.58 | 40.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 247 | 76 | 0.82 | 0 | 0.69 | 0.03 | 129.21 | 0.93 | 0.57 |
| Hex | 2D | F7 | 4C | 52 | 0 | 45 | 3 | 81 | 5D | 39 |
| Octal | 55 | 367 | 114 | 122 | 0 | 105 | 3 | 201 | 135 | 71 |
| Binary | 101101 | 11110111 | 1001100 | 1010010 | 0 | 1000101 | 11 | 10000001 | 1011101 | 111001 |
Color Harmonies of #2DF74C
Complementary color
Monochromatic Colors of #2DF74C
Black with #2DF74C
Text Example
Text Example
White with #2DF74C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF74C; }
p { color: rgb(45,247,76); }
H1.HeaderClassName
{
color: #2DF74C;
}
.AnyTagClassName
{
color: #2DF74C;
}
</style>
background-color css
<style>
a { background-color: #2DF74C; }
a { background-color: rgb(45,247,76); }
div.DivClassName
{
background-color: #2DF74C;
}
.BgClassName
{
background-color: #2DF74C;
}
</style>
border-color css
<style>
span { border-color: #2DF74C; }
span { border-color: rgb(45,247,76); }
td.TdClassName
{
border-color: #2DF74C;
}
.TagClassName
{
border-color: #2DF74C;
}
</style>