Shades of Malachite #30EE5E
Tints of Malachite #30EE5E
RGB
CMYK
RGB Variations
Color information
#30EE5E (or 0x30EE5E) is known color: Malachite. HEX triplet: 30, EE and 5E. RGB value is (48,238,94). Sum of RGB (Red+Green+Blue) = 48+238+94=380 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.63% from 380); Green value is 238 (93.36% from 255 or 62.63% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EE5E is #CF11A1. Grayscale: #A5A5A5. Windows color (decimal): -13570466 or 6221360. OLE color: 6221360.
HSL color Cylindrical-coordinate representation of color #30EE5E: hue angle of 134.53º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EE5E is Cyan = 0.80, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 94 | - |
| CMYK | 0.80 | 0 | 0.61 | 0.07 |
| HSL | 134.53º | 0.85% | 0.56% | - |
| HSV(B) | 134.53º | 0.8% | 0.93% | - |
| XYZ | 33.81 | 62.59 | 20.89 | - |
| YUV | 164.77 | 88.05 | 44.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 94 | 0.80 | 0 | 0.61 | 0.07 | 134.53 | 0.85 | 0.56 |
| Hex | 30 | EE | 5E | 50 | 0 | 3D | 7 | 87 | 55 | 38 |
| Octal | 60 | 356 | 136 | 120 | 0 | 75 | 7 | 207 | 125 | 70 |
| Binary | 110000 | 11101110 | 1011110 | 1010000 | 0 | 111101 | 111 | 10000111 | 1010101 | 111000 |
Color Harmonies of #30EE5E
Complementary color
Monochromatic Colors of #30EE5E
Black with #30EE5E
Text Example
Text Example
White with #30EE5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE5E; }
p { color: rgb(48,238,94); }
H1.HeaderClassName
{
color: #30EE5E;
}
.AnyTagClassName
{
color: #30EE5E;
}
</style>
background-color css
<style>
a { background-color: #30EE5E; }
a { background-color: rgb(48,238,94); }
div.DivClassName
{
background-color: #30EE5E;
}
.BgClassName
{
background-color: #30EE5E;
}
</style>
border-color css
<style>
span { border-color: #30EE5E; }
span { border-color: rgb(48,238,94); }
td.TdClassName
{
border-color: #30EE5E;
}
.TagClassName
{
border-color: #30EE5E;
}
</style>