Shades of Emerald #30EA7B
Tints of Emerald #30EA7B
RGB
CMYK
RGB Variations
Color information
#30EA7B (or 0x30EA7B) is known color: Emerald. HEX triplet: 30, EA and 7B. RGB value is (48,234,123). Sum of RGB (Red+Green+Blue) = 48+234+123=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 234 (91.80% from 255 or 57.78% from 405); Blue value is 123 (48.44% from 255 or 30.37% from 405); Max value from RGB is 234 - color contains mainly: green. Hex color #30EA7B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30EA7B is #CF1584. Grayscale: #A5A5A5. Windows color (decimal): -13571461 or 8120880. OLE color: 8120880.
HSL color Cylindrical-coordinate representation of color #30EA7B: hue angle of 144.19º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30EA7B is Cyan = 0.79, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 234 | 123 | - |
| CMYK | 0.79 | 0 | 0.47 | 0.08 |
| HSL | 144.19º | 0.82% | 0.55% | - |
| HSV(B) | 144.19º | 0.79% | 0.92% | - |
| XYZ | 34.22 | 60.9 | 28.69 | - |
| YUV | 165.73 | 103.88 | 44.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 234 | 123 | 0.79 | 0 | 0.47 | 0.08 | 144.19 | 0.82 | 0.55 |
| Hex | 30 | EA | 7B | 4F | 0 | 2F | 8 | 90 | 52 | 37 |
| Octal | 60 | 352 | 173 | 117 | 0 | 57 | 10 | 220 | 122 | 67 |
| Binary | 110000 | 11101010 | 1111011 | 1001111 | 0 | 101111 | 1000 | 10010000 | 1010010 | 110111 |
Color Harmonies of #30EA7B
Complementary color
Monochromatic Colors of #30EA7B
Black with #30EA7B
Text Example
Text Example
White with #30EA7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EA7B; }
p { color: rgb(48,234,123); }
H1.HeaderClassName
{
color: #30EA7B;
}
.AnyTagClassName
{
color: #30EA7B;
}
</style>
background-color css
<style>
a { background-color: #30EA7B; }
a { background-color: rgb(48,234,123); }
div.DivClassName
{
background-color: #30EA7B;
}
.BgClassName
{
background-color: #30EA7B;
}
</style>
border-color css
<style>
span { border-color: #30EA7B; }
span { border-color: rgb(48,234,123); }
td.TdClassName
{
border-color: #30EA7B;
}
.TagClassName
{
border-color: #30EA7B;
}
</style>