Shades of Emerald #30E86E
Tints of Emerald #30E86E
RGB
CMYK
RGB Variations
Color information
#30E86E (or 0x30E86E) is known color: Emerald. HEX triplet: 30, E8 and 6E. RGB value is (48,232,110). Sum of RGB (Red+Green+Blue) = 48+232+110=390 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.31% from 390); Green value is 232 (91.02% from 255 or 59.49% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 232 - color contains mainly: green. Hex color #30E86E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E86E is #CF1791. Grayscale: #A3A3A3. Windows color (decimal): -13571986 or 7268400. OLE color: 7268400.
HSL color Cylindrical-coordinate representation of color #30E86E: hue angle of 140.22º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E86E is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 232 | 110 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.09 |
| HSL | 140.22º | 0.8% | 0.55% | - |
| HSV(B) | 140.22º | 0.79% | 0.91% | - |
| XYZ | 32.89 | 59.47 | 24.5 | - |
| YUV | 163.08 | 98.04 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 232 | 110 | 0.79 | 0 | 0.53 | 0.09 | 140.22 | 0.8 | 0.55 |
| Hex | 30 | E8 | 6E | 4F | 0 | 35 | 9 | 8C | 50 | 37 |
| Octal | 60 | 350 | 156 | 117 | 0 | 65 | 11 | 214 | 120 | 67 |
| Binary | 110000 | 11101000 | 1101110 | 1001111 | 0 | 110101 | 1001 | 10001100 | 1010000 | 110111 |
Color Harmonies of #30E86E
Complementary color
Monochromatic Colors of #30E86E
Black with #30E86E
Text Example
Text Example
White with #30E86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E86E; }
p { color: rgb(48,232,110); }
H1.HeaderClassName
{
color: #30E86E;
}
.AnyTagClassName
{
color: #30E86E;
}
</style>
background-color css
<style>
a { background-color: #30E86E; }
a { background-color: rgb(48,232,110); }
div.DivClassName
{
background-color: #30E86E;
}
.BgClassName
{
background-color: #30E86E;
}
</style>
border-color css
<style>
span { border-color: #30E86E; }
span { border-color: rgb(48,232,110); }
td.TdClassName
{
border-color: #30E86E;
}
.TagClassName
{
border-color: #30E86E;
}
</style>