Shades of Malachite #30FC4E
Tints of Malachite #30FC4E
RGB
CMYK
RGB Variations
Color information
#30FC4E (or 0x30FC4E) is known color: Malachite. HEX triplet: 30, FC and 4E. RGB value is (48,252,78). Sum of RGB (Red+Green+Blue) = 48+252+78=378 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.70% from 378); Green value is 252 (98.83% from 255 or 66.67% from 378); Blue value is 78 (30.86% from 255 or 20.63% from 378); Max value from RGB is 252 - color contains mainly: green. Hex color #30FC4E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FC4E is #CF03B1. Grayscale: #ABABAB. Windows color (decimal): -13566898 or 5176368. OLE color: 5176368.
HSL color Cylindrical-coordinate representation of color #30FC4E: hue angle of 128.82º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FC4E is Cyan = 0.81, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 48 | 252 | 78 | - |
| CMYK | 0.81 | 0 | 0.69 | 0.01 |
| HSL | 128.82º | 0.97% | 0.59% | - |
| HSV(B) | 128.82º | 0.81% | 0.99% | - |
| XYZ | 37.4 | 70.8 | 18.9 | - |
| YUV | 171.17 | 75.41 | 40.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 252 | 78 | 0.81 | 0 | 0.69 | 0.01 | 128.82 | 0.97 | 0.59 |
| Hex | 30 | FC | 4E | 51 | 0 | 45 | 1 | 81 | 61 | 3B |
| Octal | 60 | 374 | 116 | 121 | 0 | 105 | 1 | 201 | 141 | 73 |
| Binary | 110000 | 11111100 | 1001110 | 1010001 | 0 | 1000101 | 1 | 10000001 | 1100001 | 111011 |
Color Harmonies of #30FC4E
Complementary color
Monochromatic Colors of #30FC4E
Black with #30FC4E
Text Example
Text Example
White with #30FC4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FC4E; }
p { color: rgb(48,252,78); }
H1.HeaderClassName
{
color: #30FC4E;
}
.AnyTagClassName
{
color: #30FC4E;
}
</style>
background-color css
<style>
a { background-color: #30FC4E; }
a { background-color: rgb(48,252,78); }
div.DivClassName
{
background-color: #30FC4E;
}
.BgClassName
{
background-color: #30FC4E;
}
</style>
border-color css
<style>
span { border-color: #30FC4E; }
span { border-color: rgb(48,252,78); }
td.TdClassName
{
border-color: #30FC4E;
}
.TagClassName
{
border-color: #30FC4E;
}
</style>