Shades of Malachite #2DFB4B
Tints of Malachite #2DFB4B
RGB
CMYK
RGB Variations
Color information
#2DFB4B (or 0x2DFB4B) is known color: Malachite. HEX triplet: 2D, FB and 4B. RGB value is (45,251,75). Sum of RGB (Red+Green+Blue) = 45+251+75=371 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.13% from 371); Green value is 251 (98.44% from 255 or 67.65% from 371); Blue value is 75 (29.69% from 255 or 20.22% from 371); Max value from RGB is 251 - color contains mainly: green. Hex color #2DFB4B is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2DFB4B is #D204B4. Grayscale: #A9A9A9. Windows color (decimal): -13763765 or 4979501. OLE color: 4979501.
HSL color Cylindrical-coordinate representation of color #2DFB4B: hue angle of 128.74º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2DFB4B is Cyan = 0.82, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 45 | 251 | 75 | - |
| CMYK | 0.82 | 0 | 0.70 | 0.02 |
| HSL | 128.74º | 0.96% | 0.58% | - |
| HSV(B) | 128.74º | 0.82% | 0.98% | - |
| XYZ | 36.85 | 70.06 | 18.24 | - |
| YUV | 169.34 | 74.75 | 39.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 251 | 75 | 0.82 | 0 | 0.70 | 0.02 | 128.74 | 0.96 | 0.58 |
| Hex | 2D | FB | 4B | 52 | 0 | 46 | 2 | 81 | 60 | 3A |
| Octal | 55 | 373 | 113 | 122 | 0 | 106 | 2 | 201 | 140 | 72 |
| Binary | 101101 | 11111011 | 1001011 | 1010010 | 0 | 1000110 | 10 | 10000001 | 1100000 | 111010 |
Color Harmonies of #2DFB4B
Complementary color
Monochromatic Colors of #2DFB4B
Black with #2DFB4B
Text Example
Text Example
White with #2DFB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DFB4B; }
p { color: rgb(45,251,75); }
H1.HeaderClassName
{
color: #2DFB4B;
}
.AnyTagClassName
{
color: #2DFB4B;
}
</style>
background-color css
<style>
a { background-color: #2DFB4B; }
a { background-color: rgb(45,251,75); }
div.DivClassName
{
background-color: #2DFB4B;
}
.BgClassName
{
background-color: #2DFB4B;
}
</style>
border-color css
<style>
span { border-color: #2DFB4B; }
span { border-color: rgb(45,251,75); }
td.TdClassName
{
border-color: #2DFB4B;
}
.TagClassName
{
border-color: #2DFB4B;
}
</style>