Shades of Shamrock #30E098
Tints of Shamrock #30E098
RGB
CMYK
RGB Variations
Color information
#30E098 (or 0x30E098) is known color: Shamrock. HEX triplet: 30, E0 and 98. RGB value is (48,224,152). Sum of RGB (Red+Green+Blue) = 48+224+152=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 224 (87.89% from 255 or 52.83% from 424); Blue value is 152 (59.77% from 255 or 35.85% from 424); Max value from RGB is 224 - color contains mainly: green. Hex color #30E098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E098 is #CF1F67. Grayscale: #A3A3A3. Windows color (decimal): -13573992 or 10018864. OLE color: 10018864.
HSL color Cylindrical-coordinate representation of color #30E098: hue angle of 155.45º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E098 is Cyan = 0.79, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 152 | - |
| CMYK | 0.79 | 0 | 0.32 | 0.12 |
| HSL | 155.45º | 0.74% | 0.53% | - |
| HSV(B) | 155.45º | 0.79% | 0.88% | - |
| XYZ | 33.54 | 56.21 | 38.79 | - |
| YUV | 163.17 | 121.69 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 152 | 0.79 | 0 | 0.32 | 0.12 | 155.45 | 0.74 | 0.53 |
| Hex | 30 | E0 | 98 | 4F | 0 | 20 | C | 9B | 4A | 35 |
| Octal | 60 | 340 | 230 | 117 | 0 | 40 | 14 | 233 | 112 | 65 |
| Binary | 110000 | 11100000 | 10011000 | 1001111 | 0 | 100000 | 1100 | 10011011 | 1001010 | 110101 |
Color Harmonies of #30E098
Complementary color
Monochromatic Colors of #30E098
Black with #30E098
Text Example
Text Example
White with #30E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E098; }
p { color: rgb(48,224,152); }
H1.HeaderClassName
{
color: #30E098;
}
.AnyTagClassName
{
color: #30E098;
}
</style>
background-color css
<style>
a { background-color: #30E098; }
a { background-color: rgb(48,224,152); }
div.DivClassName
{
background-color: #30E098;
}
.BgClassName
{
background-color: #30E098;
}
</style>
border-color css
<style>
span { border-color: #30E098; }
span { border-color: rgb(48,224,152); }
td.TdClassName
{
border-color: #30E098;
}
.TagClassName
{
border-color: #30E098;
}
</style>