Shades of Emerald #30F172
Tints of Emerald #30F172
RGB
CMYK
RGB Variations
Color information
#30F172 (or 0x30F172) is known color: Emerald. HEX triplet: 30, F1 and 72. RGB value is (48,241,114). Sum of RGB (Red+Green+Blue) = 48+241+114=403 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.91% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 114 (44.92% from 255 or 28.29% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #30F172 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #30F172 is #CF0E8D. Grayscale: #A9A9A9. Windows color (decimal): -13569678 or 7532848. OLE color: 7532848.
HSL color Cylindrical-coordinate representation of color #30F172: hue angle of 140.52º 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 #30F172 is Cyan = 0.80, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 114 | - |
| CMYK | 0.80 | 0 | 0.53 | 0.05 |
| HSL | 140.52º | 0.87% | 0.57% | - |
| HSV(B) | 140.52º | 0.8% | 0.95% | - |
| XYZ | 35.71 | 64.75 | 26.54 | - |
| YUV | 168.82 | 97.06 | 41.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 114 | 0.80 | 0 | 0.53 | 0.05 | 140.52 | 0.87 | 0.57 |
| Hex | 30 | F1 | 72 | 50 | 0 | 35 | 5 | 8D | 57 | 39 |
| Octal | 60 | 361 | 162 | 120 | 0 | 65 | 5 | 215 | 127 | 71 |
| Binary | 110000 | 11110001 | 1110010 | 1010000 | 0 | 110101 | 101 | 10001101 | 1010111 | 111001 |
Color Harmonies of #30F172
Complementary color
Monochromatic Colors of #30F172
Black with #30F172
Text Example
Text Example
White with #30F172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F172; }
p { color: rgb(48,241,114); }
H1.HeaderClassName
{
color: #30F172;
}
.AnyTagClassName
{
color: #30F172;
}
</style>
background-color css
<style>
a { background-color: #30F172; }
a { background-color: rgb(48,241,114); }
div.DivClassName
{
background-color: #30F172;
}
.BgClassName
{
background-color: #30F172;
}
</style>
border-color css
<style>
span { border-color: #30F172; }
span { border-color: rgb(48,241,114); }
td.TdClassName
{
border-color: #30F172;
}
.TagClassName
{
border-color: #30F172;
}
</style>