Shades of Shamrock #30E994
Tints of Shamrock #30E994
RGB
CMYK
RGB Variations
Color information
#30E994 (or 0x30E994) is known color: Shamrock. HEX triplet: 30, E9 and 94. RGB value is (48,233,148). Sum of RGB (Red+Green+Blue) = 48+233+148=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 233 (91.41% from 255 or 54.31% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 233 - color contains mainly: green. Hex color #30E994 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E994 is #CF166B. Grayscale: #A8A8A8. Windows color (decimal): -13571692 or 9759024. OLE color: 9759024.
HSL color Cylindrical-coordinate representation of color #30E994: hue angle of 152.43º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E994 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 148 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.09 |
| HSL | 152.43º | 0.81% | 0.55% | - |
| HSV(B) | 152.43º | 0.79% | 0.91% | - |
| XYZ | 35.7 | 61.04 | 37.92 | - |
| YUV | 168 | 116.71 | 42.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 148 | 0.79 | 0 | 0.36 | 0.09 | 152.43 | 0.81 | 0.55 |
| Hex | 30 | E9 | 94 | 4F | 0 | 24 | 9 | 98 | 51 | 37 |
| Octal | 60 | 351 | 224 | 117 | 0 | 44 | 11 | 230 | 121 | 67 |
| Binary | 110000 | 11101001 | 10010100 | 1001111 | 0 | 100100 | 1001 | 10011000 | 1010001 | 110111 |
Color Harmonies of #30E994
Complementary color
Monochromatic Colors of #30E994
Black with #30E994
Text Example
Text Example
White with #30E994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E994; }
p { color: rgb(48,233,148); }
H1.HeaderClassName
{
color: #30E994;
}
.AnyTagClassName
{
color: #30E994;
}
</style>
background-color css
<style>
a { background-color: #30E994; }
a { background-color: rgb(48,233,148); }
div.DivClassName
{
background-color: #30E994;
}
.BgClassName
{
background-color: #30E994;
}
</style>
border-color css
<style>
span { border-color: #30E994; }
span { border-color: rgb(48,233,148); }
td.TdClassName
{
border-color: #30E994;
}
.TagClassName
{
border-color: #30E994;
}
</style>