Shades of Malachite #30FF60
Tints of Malachite #30FF60
RGB
CMYK
RGB Variations
Color information
#30FF60 (or 0x30FF60) is known color: Malachite. HEX triplet: 30, FF and 60. RGB value is (48,255,96). Sum of RGB (Red+Green+Blue) = 48+255+96=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 255 (100% from 255 or 63.91% from 399); Blue value is 96 (37.89% from 255 or 24.06% from 399); Max value from RGB is 255 - color contains mainly: green. Hex color #30FF60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30FF60 is #CF009F. Grayscale: #AFAFAF. Windows color (decimal): -13566112 or 6356784. OLE color: 6356784.
HSL color Cylindrical-coordinate representation of color #30FF60: hue angle of 133.91º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #30FF60 is Cyan = 0.81, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 48 | 255 | 96 | - |
| CMYK | 0.81 | 0 | 0.62 | 0 |
| HSL | 133.91º | 1% | 0.59% | - |
| HSV(B) | 133.91º | 0.81% | 1% | - |
| XYZ | 39.09 | 72.99 | 23.1 | - |
| YUV | 174.98 | 83.42 | 37.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 255 | 96 | 0.81 | 0 | 0.62 | 0 | 133.91 | 1 | 0.59 |
| Hex | 30 | FF | 60 | 51 | 0 | 3E | 0 | 86 | 64 | 3B |
| Octal | 60 | 377 | 140 | 121 | 0 | 76 | 0 | 206 | 144 | 73 |
| Binary | 110000 | 11111111 | 1100000 | 1010001 | 0 | 111110 | 0 | 10000110 | 1100100 | 111011 |
Color Harmonies of #30FF60
Complementary color
Monochromatic Colors of #30FF60
Black with #30FF60
Text Example
Text Example
White with #30FF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30FF60; }
p { color: rgb(48,255,96); }
H1.HeaderClassName
{
color: #30FF60;
}
.AnyTagClassName
{
color: #30FF60;
}
</style>
background-color css
<style>
a { background-color: #30FF60; }
a { background-color: rgb(48,255,96); }
div.DivClassName
{
background-color: #30FF60;
}
.BgClassName
{
background-color: #30FF60;
}
</style>
border-color css
<style>
span { border-color: #30FF60; }
span { border-color: rgb(48,255,96); }
td.TdClassName
{
border-color: #30FF60;
}
.TagClassName
{
border-color: #30FF60;
}
</style>