Shades of Emerald #30E671
Tints of Emerald #30E671
RGB
CMYK
RGB Variations
Color information
#30E671 (or 0x30E671) is known color: Emerald. HEX triplet: 30, E6 and 71. RGB value is (48,230,113). Sum of RGB (Red+Green+Blue) = 48+230+113=391 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.28% from 391); Green value is 230 (90.23% from 255 or 58.82% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 230 - color contains mainly: green. Hex color #30E671 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30E671 is #CF198E. Grayscale: #A2A2A2. Windows color (decimal): -13572495 or 7464496. OLE color: 7464496.
HSL color Cylindrical-coordinate representation of color #30E671: hue angle of 141.43º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E671 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 113 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.10 |
| HSL | 141.43º | 0.78% | 0.55% | - |
| HSV(B) | 141.43º | 0.79% | 0.9% | - |
| XYZ | 32.5 | 58.41 | 25.19 | - |
| YUV | 162.24 | 100.2 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 113 | 0.79 | 0 | 0.51 | 0.10 | 141.43 | 0.78 | 0.55 |
| Hex | 30 | E6 | 71 | 4F | 0 | 33 | A | 8D | 4E | 37 |
| Octal | 60 | 346 | 161 | 117 | 0 | 63 | 12 | 215 | 116 | 67 |
| Binary | 110000 | 11100110 | 1110001 | 1001111 | 0 | 110011 | 1010 | 10001101 | 1001110 | 110111 |
Color Harmonies of #30E671
Complementary color
Monochromatic Colors of #30E671
Black with #30E671
Text Example
Text Example
White with #30E671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E671; }
p { color: rgb(48,230,113); }
H1.HeaderClassName
{
color: #30E671;
}
.AnyTagClassName
{
color: #30E671;
}
</style>
background-color css
<style>
a { background-color: #30E671; }
a { background-color: rgb(48,230,113); }
div.DivClassName
{
background-color: #30E671;
}
.BgClassName
{
background-color: #30E671;
}
</style>
border-color css
<style>
span { border-color: #30E671; }
span { border-color: rgb(48,230,113); }
td.TdClassName
{
border-color: #30E671;
}
.TagClassName
{
border-color: #30E671;
}
</style>