Shades of Malachite #2DF14C
Tints of Malachite #2DF14C
RGB
CMYK
RGB Variations
Color information
#2DF14C (or 0x2DF14C) is known color: Malachite. HEX triplet: 2D, F1 and 4C. RGB value is (45,241,76). Sum of RGB (Red+Green+Blue) = 45+241+76=362 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.43% from 362); Green value is 241 (94.53% from 255 or 66.57% from 362); Blue value is 76 (30.08% from 255 or 20.99% from 362); Max value from RGB is 241 - color contains mainly: green. Hex color #2DF14C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DF14C is #D20EB3. Grayscale: #A4A4A4. Windows color (decimal): -13766324 or 5042477. OLE color: 5042477.
HSL color Cylindrical-coordinate representation of color #2DF14C: hue angle of 129.49º 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 #2DF14C is Cyan = 0.81, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 45 | 241 | 76 | - |
| CMYK | 0.81 | 0 | 0.68 | 0.05 |
| HSL | 129.49º | 0.88% | 0.56% | - |
| HSV(B) | 129.49º | 0.81% | 0.95% | - |
| XYZ | 33.84 | 63.99 | 17.41 | - |
| YUV | 163.59 | 78.57 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 241 | 76 | 0.81 | 0 | 0.68 | 0.05 | 129.49 | 0.88 | 0.56 |
| Hex | 2D | F1 | 4C | 51 | 0 | 44 | 5 | 81 | 58 | 38 |
| Octal | 55 | 361 | 114 | 121 | 0 | 104 | 5 | 201 | 130 | 70 |
| Binary | 101101 | 11110001 | 1001100 | 1010001 | 0 | 1000100 | 101 | 10000001 | 1011000 | 111000 |
Color Harmonies of #2DF14C
Complementary color
Monochromatic Colors of #2DF14C
Black with #2DF14C
Text Example
Text Example
White with #2DF14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DF14C; }
p { color: rgb(45,241,76); }
H1.HeaderClassName
{
color: #2DF14C;
}
.AnyTagClassName
{
color: #2DF14C;
}
</style>
background-color css
<style>
a { background-color: #2DF14C; }
a { background-color: rgb(45,241,76); }
div.DivClassName
{
background-color: #2DF14C;
}
.BgClassName
{
background-color: #2DF14C;
}
</style>
border-color css
<style>
span { border-color: #2DF14C; }
span { border-color: rgb(45,241,76); }
td.TdClassName
{
border-color: #2DF14C;
}
.TagClassName
{
border-color: #2DF14C;
}
</style>