Shades of Malachite #30EE50
Tints of Malachite #30EE50
RGB
CMYK
RGB Variations
Color information
#30EE50 (or 0x30EE50) is known color: Malachite. HEX triplet: 30, EE and 50. RGB value is (48,238,80). Sum of RGB (Red+Green+Blue) = 48+238+80=366 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.11% from 366); Green value is 238 (93.36% from 255 or 65.03% from 366); Blue value is 80 (31.64% from 255 or 21.86% from 366); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EE50 is #CF11AF. Grayscale: #A3A3A3. Windows color (decimal): -13570480 or 5303856. OLE color: 5303856.
HSL color Cylindrical-coordinate representation of color #30EE50: hue angle of 130.11º 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 #30EE50 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 80 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.07 |
| HSL | 130.11º | 0.85% | 0.56% | - |
| HSV(B) | 130.11º | 0.8% | 0.93% | - |
| XYZ | 33.24 | 62.36 | 17.87 | - |
| YUV | 163.18 | 81.05 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 80 | 0.80 | 0 | 0.66 | 0.07 | 130.11 | 0.85 | 0.56 |
| Hex | 30 | EE | 50 | 50 | 0 | 42 | 7 | 82 | 55 | 38 |
| Octal | 60 | 356 | 120 | 120 | 0 | 102 | 7 | 202 | 125 | 70 |
| Binary | 110000 | 11101110 | 1010000 | 1010000 | 0 | 1000010 | 111 | 10000010 | 1010101 | 111000 |
Color Harmonies of #30EE50
Complementary color
Monochromatic Colors of #30EE50
Black with #30EE50
Text Example
Text Example
White with #30EE50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE50; }
p { color: rgb(48,238,80); }
H1.HeaderClassName
{
color: #30EE50;
}
.AnyTagClassName
{
color: #30EE50;
}
</style>
background-color css
<style>
a { background-color: #30EE50; }
a { background-color: rgb(48,238,80); }
div.DivClassName
{
background-color: #30EE50;
}
.BgClassName
{
background-color: #30EE50;
}
</style>
border-color css
<style>
span { border-color: #30EE50; }
span { border-color: rgb(48,238,80); }
td.TdClassName
{
border-color: #30EE50;
}
.TagClassName
{
border-color: #30EE50;
}
</style>