Shades of Malachite #30E353
Tints of Malachite #30E353
RGB
CMYK
RGB Variations
Color information
#30E353 (or 0x30E353) is known color: Malachite. HEX triplet: 30, E3 and 53. RGB value is (48,227,83). Sum of RGB (Red+Green+Blue) = 48+227+83=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 227 (89.06% from 255 or 63.41% from 358); Blue value is 83 (32.81% from 255 or 23.18% from 358); Max value from RGB is 227 - color contains mainly: green. Hex color #30E353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E353 is #CF1CAC. Grayscale: #9D9D9D. Windows color (decimal): -13573293 or 5497648. OLE color: 5497648.
HSL color Cylindrical-coordinate representation of color #30E353: hue angle of 131.73º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E353 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 83 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.11 |
| HSL | 131.73º | 0.76% | 0.54% | - |
| HSV(B) | 131.73º | 0.79% | 0.89% | - |
| XYZ | 30.25 | 56.19 | 17.44 | - |
| YUV | 157.06 | 86.2 | 50.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 83 | 0.79 | 0 | 0.63 | 0.11 | 131.73 | 0.76 | 0.54 |
| Hex | 30 | E3 | 53 | 4F | 0 | 3F | B | 84 | 4C | 36 |
| Octal | 60 | 343 | 123 | 117 | 0 | 77 | 13 | 204 | 114 | 66 |
| Binary | 110000 | 11100011 | 1010011 | 1001111 | 0 | 111111 | 1011 | 10000100 | 1001100 | 110110 |
Color Harmonies of #30E353
Complementary color
Monochromatic Colors of #30E353
Black with #30E353
Text Example
Text Example
White with #30E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E353; }
p { color: rgb(48,227,83); }
H1.HeaderClassName
{
color: #30E353;
}
.AnyTagClassName
{
color: #30E353;
}
</style>
background-color css
<style>
a { background-color: #30E353; }
a { background-color: rgb(48,227,83); }
div.DivClassName
{
background-color: #30E353;
}
.BgClassName
{
background-color: #30E353;
}
</style>
border-color css
<style>
span { border-color: #30E353; }
span { border-color: rgb(48,227,83); }
td.TdClassName
{
border-color: #30E353;
}
.TagClassName
{
border-color: #30E353;
}
</style>