Shades of Emerald #30E370
Tints of Emerald #30E370
RGB
CMYK
RGB Variations
Color information
#30E370 (or 0x30E370) is known color: Emerald. HEX triplet: 30, E3 and 70. RGB value is (48,227,112). Sum of RGB (Red+Green+Blue) = 48+227+112=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 112 (44.14% from 255 or 28.94% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #30E370 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E370 is #CF1C8F. Grayscale: #A0A0A0. Windows color (decimal): -13573264 or 7398192. OLE color: 7398192.
HSL color Cylindrical-coordinate representation of color #30E370: hue angle of 141.45º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E370 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 227 | 112 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.11 |
| HSL | 141.45º | 0.76% | 0.54% | - |
| HSV(B) | 141.45º | 0.79% | 0.89% | - |
| XYZ | 31.61 | 56.74 | 24.61 | - |
| YUV | 160.37 | 100.7 | 47.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 227 | 112 | 0.79 | 0 | 0.51 | 0.11 | 141.45 | 0.76 | 0.54 |
| Hex | 30 | E3 | 70 | 4F | 0 | 33 | B | 8D | 4C | 36 |
| Octal | 60 | 343 | 160 | 117 | 0 | 63 | 13 | 215 | 114 | 66 |
| Binary | 110000 | 11100011 | 1110000 | 1001111 | 0 | 110011 | 1011 | 10001101 | 1001100 | 110110 |
Color Harmonies of #30E370
Complementary color
Monochromatic Colors of #30E370
Black with #30E370
Text Example
Text Example
White with #30E370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E370; }
p { color: rgb(48,227,112); }
H1.HeaderClassName
{
color: #30E370;
}
.AnyTagClassName
{
color: #30E370;
}
</style>
background-color css
<style>
a { background-color: #30E370; }
a { background-color: rgb(48,227,112); }
div.DivClassName
{
background-color: #30E370;
}
.BgClassName
{
background-color: #30E370;
}
</style>
border-color css
<style>
span { border-color: #30E370; }
span { border-color: rgb(48,227,112); }
td.TdClassName
{
border-color: #30E370;
}
.TagClassName
{
border-color: #30E370;
}
</style>