Shades of Emerald #30F174
Tints of Emerald #30F174
RGB
CMYK
RGB Variations
Color information
#30F174 (or 0x30F174) is known color: Emerald. HEX triplet: 30, F1 and 74. RGB value is (48,241,116). Sum of RGB (Red+Green+Blue) = 48+241+116=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #30F174 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F174 is #CF0E8B. Grayscale: #A9A9A9. Windows color (decimal): -13569676 or 7663920. OLE color: 7663920.
HSL color Cylindrical-coordinate representation of color #30F174: hue angle of 141.14º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F174 is Cyan = 0.80, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 116 | - |
| CMYK | 0.80 | 0 | 0.52 | 0.05 |
| HSL | 141.14º | 0.87% | 0.57% | - |
| HSV(B) | 141.14º | 0.8% | 0.95% | - |
| XYZ | 35.83 | 64.8 | 27.14 | - |
| YUV | 169.04 | 98.06 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 116 | 0.80 | 0 | 0.52 | 0.05 | 141.14 | 0.87 | 0.57 |
| Hex | 30 | F1 | 74 | 50 | 0 | 34 | 5 | 8D | 57 | 39 |
| Octal | 60 | 361 | 164 | 120 | 0 | 64 | 5 | 215 | 127 | 71 |
| Binary | 110000 | 11110001 | 1110100 | 1010000 | 0 | 110100 | 101 | 10001101 | 1010111 | 111001 |
Color Harmonies of #30F174
Complementary color
Monochromatic Colors of #30F174
Black with #30F174
Text Example
Text Example
White with #30F174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F174; }
p { color: rgb(48,241,116); }
H1.HeaderClassName
{
color: #30F174;
}
.AnyTagClassName
{
color: #30F174;
}
</style>
background-color css
<style>
a { background-color: #30F174; }
a { background-color: rgb(48,241,116); }
div.DivClassName
{
background-color: #30F174;
}
.BgClassName
{
background-color: #30F174;
}
</style>
border-color css
<style>
span { border-color: #30F174; }
span { border-color: rgb(48,241,116); }
td.TdClassName
{
border-color: #30F174;
}
.TagClassName
{
border-color: #30F174;
}
</style>