Shades of Malachite #30EA5C
Tints of Malachite #30EA5C
RGB
CMYK
RGB Variations
Color information
#30EA5C (or 0x30EA5C) is known color: Malachite. HEX triplet: 30, EA and 5C. RGB value is (48,234,92). Sum of RGB (Red+Green+Blue) = 48+234+92=374 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.83% from 374); Green value is 234 (91.80% from 255 or 62.57% from 374); Blue value is 92 (36.33% from 255 or 24.60% from 374); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA5C is #CF15A3. Grayscale: #A2A2A2. Windows color (decimal): -13571492 or 6089264. OLE color: 6089264.
HSL color Cylindrical-coordinate representation of color #30EA5C: hue angle of 134.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA5C is Cyan = 0.79, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 92 | - |
| CMYK | 0.79 | 0 | 0.61 | 0.08 |
| HSL | 134.19º | 0.82% | 0.55% | - |
| HSV(B) | 134.19º | 0.79% | 0.92% | - |
| XYZ | 32.57 | 60.25 | 20.04 | - |
| YUV | 162.2 | 88.38 | 46.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 92 | 0.79 | 0 | 0.61 | 0.08 | 134.19 | 0.82 | 0.55 |
| Hex | 30 | EA | 5C | 4F | 0 | 3D | 8 | 86 | 52 | 37 |
| Octal | 60 | 352 | 134 | 117 | 0 | 75 | 10 | 206 | 122 | 67 |
| Binary | 110000 | 11101010 | 1011100 | 1001111 | 0 | 111101 | 1000 | 10000110 | 1010010 | 110111 |
Color Harmonies of #30EA5C
Complementary color
Monochromatic Colors of #30EA5C
Black with #30EA5C
Text Example
Text Example
White with #30EA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA5C; }
p { color: rgb(48,234,92); }
H1.HeaderClassName
{
color: #30EA5C;
}
.AnyTagClassName
{
color: #30EA5C;
}
</style>
background-color css
<style>
a { background-color: #30EA5C; }
a { background-color: rgb(48,234,92); }
div.DivClassName
{
background-color: #30EA5C;
}
.BgClassName
{
background-color: #30EA5C;
}
</style>
border-color css
<style>
span { border-color: #30EA5C; }
span { border-color: rgb(48,234,92); }
td.TdClassName
{
border-color: #30EA5C;
}
.TagClassName
{
border-color: #30EA5C;
}
</style>