Shades of Malachite #30EE58
Tints of Malachite #30EE58
RGB
CMYK
RGB Variations
Color information
#30EE58 (or 0x30EE58) is known color: Malachite. HEX triplet: 30, EE and 58. RGB value is (48,238,88). Sum of RGB (Red+Green+Blue) = 48+238+88=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 238 (93.36% from 255 or 63.64% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE58 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EE58 is #CF11A7. Grayscale: #A4A4A4. Windows color (decimal): -13570472 or 5828144. OLE color: 5828144.
HSL color Cylindrical-coordinate representation of color #30EE58: hue angle of 132.63º 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 #30EE58 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 88 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.07 |
| HSL | 132.63º | 0.85% | 0.56% | - |
| HSV(B) | 132.63º | 0.8% | 0.93% | - |
| XYZ | 33.55 | 62.48 | 19.52 | - |
| YUV | 164.09 | 85.05 | 45.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 88 | 0.80 | 0 | 0.63 | 0.07 | 132.63 | 0.85 | 0.56 |
| Hex | 30 | EE | 58 | 50 | 0 | 3F | 7 | 85 | 55 | 38 |
| Octal | 60 | 356 | 130 | 120 | 0 | 77 | 7 | 205 | 125 | 70 |
| Binary | 110000 | 11101110 | 1011000 | 1010000 | 0 | 111111 | 111 | 10000101 | 1010101 | 111000 |
Color Harmonies of #30EE58
Complementary color
Monochromatic Colors of #30EE58
Black with #30EE58
Text Example
Text Example
White with #30EE58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE58; }
p { color: rgb(48,238,88); }
H1.HeaderClassName
{
color: #30EE58;
}
.AnyTagClassName
{
color: #30EE58;
}
</style>
background-color css
<style>
a { background-color: #30EE58; }
a { background-color: rgb(48,238,88); }
div.DivClassName
{
background-color: #30EE58;
}
.BgClassName
{
background-color: #30EE58;
}
</style>
border-color css
<style>
span { border-color: #30EE58; }
span { border-color: rgb(48,238,88); }
td.TdClassName
{
border-color: #30EE58;
}
.TagClassName
{
border-color: #30EE58;
}
</style>