Shades of Emerald #30E06B
Tints of Emerald #30E06B
RGB
CMYK
RGB Variations
Color information
#30E06B (or 0x30E06B) is known color: Emerald. HEX triplet: 30, E0 and 6B. RGB value is (48,224,107). Sum of RGB (Red+Green+Blue) = 48+224+107=379 (50% of max value = 765). Red value is 48 (19.14% from 255 or 12.66% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #30E06B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E06B is #CF1F94. Grayscale: #9E9E9E. Windows color (decimal): -13574037 or 7069744. OLE color: 7069744.
HSL color Cylindrical-coordinate representation of color #30E06B: hue angle of 140.11º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E06B is Cyan = 0.79, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 107 | - |
| CMYK | 0.79 | 0 | 0.52 | 0.12 |
| HSL | 140.11º | 0.74% | 0.53% | - |
| HSV(B) | 140.11º | 0.79% | 0.88% | - |
| XYZ | 30.53 | 55 | 22.92 | - |
| YUV | 158.04 | 99.19 | 49.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 107 | 0.79 | 0 | 0.52 | 0.12 | 140.11 | 0.74 | 0.53 |
| Hex | 30 | E0 | 6B | 4F | 0 | 34 | C | 8C | 4A | 35 |
| Octal | 60 | 340 | 153 | 117 | 0 | 64 | 14 | 214 | 112 | 65 |
| Binary | 110000 | 11100000 | 1101011 | 1001111 | 0 | 110100 | 1100 | 10001100 | 1001010 | 110101 |
Color Harmonies of #30E06B
Complementary color
Monochromatic Colors of #30E06B
Black with #30E06B
Text Example
Text Example
White with #30E06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E06B; }
p { color: rgb(48,224,107); }
H1.HeaderClassName
{
color: #30E06B;
}
.AnyTagClassName
{
color: #30E06B;
}
</style>
background-color css
<style>
a { background-color: #30E06B; }
a { background-color: rgb(48,224,107); }
div.DivClassName
{
background-color: #30E06B;
}
.BgClassName
{
background-color: #30E06B;
}
</style>
border-color css
<style>
span { border-color: #30E06B; }
span { border-color: rgb(48,224,107); }
td.TdClassName
{
border-color: #30E06B;
}
.TagClassName
{
border-color: #30E06B;
}
</style>