Shades of Emerald #30EC6F
Tints of Emerald #30EC6F
RGB
CMYK
RGB Variations
Color information
#30EC6F (or 0x30EC6F) is known color: Emerald. HEX triplet: 30, EC and 6F. RGB value is (48,236,111). Sum of RGB (Red+Green+Blue) = 48+236+111=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 236 (92.58% from 255 or 59.75% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 236 - color contains mainly: green. Hex color #30EC6F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EC6F is #CF1390. Grayscale: #A5A5A5. Windows color (decimal): -13570961 or 7334960. OLE color: 7334960.
HSL color Cylindrical-coordinate representation of color #30EC6F: hue angle of 140.11º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EC6F is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 236 | 111 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.07 |
| HSL | 140.11º | 0.83% | 0.56% | - |
| HSV(B) | 140.11º | 0.8% | 0.93% | - |
| XYZ | 34.08 | 61.77 | 25.16 | - |
| YUV | 165.54 | 97.22 | 44.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 236 | 111 | 0.80 | 0 | 0.53 | 0.07 | 140.11 | 0.83 | 0.56 |
| Hex | 30 | EC | 6F | 50 | 0 | 35 | 7 | 8C | 53 | 38 |
| Octal | 60 | 354 | 157 | 120 | 0 | 65 | 7 | 214 | 123 | 70 |
| Binary | 110000 | 11101100 | 1101111 | 1010000 | 0 | 110101 | 111 | 10001100 | 1010011 | 111000 |
Color Harmonies of #30EC6F
Complementary color
Monochromatic Colors of #30EC6F
Black with #30EC6F
Text Example
Text Example
White with #30EC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EC6F; }
p { color: rgb(48,236,111); }
H1.HeaderClassName
{
color: #30EC6F;
}
.AnyTagClassName
{
color: #30EC6F;
}
</style>
background-color css
<style>
a { background-color: #30EC6F; }
a { background-color: rgb(48,236,111); }
div.DivClassName
{
background-color: #30EC6F;
}
.BgClassName
{
background-color: #30EC6F;
}
</style>
border-color css
<style>
span { border-color: #30EC6F; }
span { border-color: rgb(48,236,111); }
td.TdClassName
{
border-color: #30EC6F;
}
.TagClassName
{
border-color: #30EC6F;
}
</style>