Shades of Emerald #30E76C
Tints of Emerald #30E76C
RGB
CMYK
RGB Variations
Color information
#30E76C (or 0x30E76C) is known color: Emerald. HEX triplet: 30, E7 and 6C. RGB value is (48,231,108). Sum of RGB (Red+Green+Blue) = 48+231+108=387 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.40% from 387); Green value is 231 (90.62% from 255 or 59.69% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 231 - color contains mainly: green. Hex color #30E76C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E76C is #CF1893. Grayscale: #A2A2A2. Windows color (decimal): -13572244 or 7137072. OLE color: 7137072.
HSL color Cylindrical-coordinate representation of color #30E76C: hue angle of 139.67º degrees, saturation: 0.79, 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 #30E76C is Cyan = 0.79, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 231 | 108 | - |
| CMYK | 0.79 | 0 | 0.53 | 0.09 |
| HSL | 139.67º | 0.79% | 0.55% | - |
| HSV(B) | 139.67º | 0.79% | 0.91% | - |
| XYZ | 32.5 | 58.86 | 23.84 | - |
| YUV | 162.26 | 97.37 | 46.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 231 | 108 | 0.79 | 0 | 0.53 | 0.09 | 139.67 | 0.79 | 0.55 |
| Hex | 30 | E7 | 6C | 4F | 0 | 35 | 9 | 8C | 4F | 37 |
| Octal | 60 | 347 | 154 | 117 | 0 | 65 | 11 | 214 | 117 | 67 |
| Binary | 110000 | 11100111 | 1101100 | 1001111 | 0 | 110101 | 1001 | 10001100 | 1001111 | 110111 |
Color Harmonies of #30E76C
Complementary color
Monochromatic Colors of #30E76C
Black with #30E76C
Text Example
Text Example
White with #30E76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E76C; }
p { color: rgb(48,231,108); }
H1.HeaderClassName
{
color: #30E76C;
}
.AnyTagClassName
{
color: #30E76C;
}
</style>
background-color css
<style>
a { background-color: #30E76C; }
a { background-color: rgb(48,231,108); }
div.DivClassName
{
background-color: #30E76C;
}
.BgClassName
{
background-color: #30E76C;
}
</style>
border-color css
<style>
span { border-color: #30E76C; }
span { border-color: rgb(48,231,108); }
td.TdClassName
{
border-color: #30E76C;
}
.TagClassName
{
border-color: #30E76C;
}
</style>