Shades of Shamrock #30E093
Tints of Shamrock #30E093
RGB
CMYK
RGB Variations
Color information
#30E093 (or 0x30E093) is known color: Shamrock. HEX triplet: 30, E0 and 93. RGB value is (48,224,147). Sum of RGB (Red+Green+Blue) = 48+224+147=419 (55% of max value = 765). Red value is 48 (19.14% from 255 or 11.46% from 419); Green value is 224 (87.89% from 255 or 53.46% from 419); Blue value is 147 (57.81% from 255 or 35.08% from 419); Max value from RGB is 224 - color contains mainly: green. Hex color #30E093 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E093 is #CF1F6C. Grayscale: #A2A2A2. Windows color (decimal): -13573997 or 9691184. OLE color: 9691184.
HSL color Cylindrical-coordinate representation of color #30E093: hue angle of 153.75º 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 #30E093 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 147 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.12 |
| HSL | 153.75º | 0.74% | 0.53% | - |
| HSV(B) | 153.75º | 0.79% | 0.88% | - |
| XYZ | 33.14 | 56.05 | 36.68 | - |
| YUV | 162.6 | 119.19 | 46.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 147 | 0.79 | 0 | 0.34 | 0.12 | 153.75 | 0.74 | 0.53 |
| Hex | 30 | E0 | 93 | 4F | 0 | 22 | C | 9A | 4A | 35 |
| Octal | 60 | 340 | 223 | 117 | 0 | 42 | 14 | 232 | 112 | 65 |
| Binary | 110000 | 11100000 | 10010011 | 1001111 | 0 | 100010 | 1100 | 10011010 | 1001010 | 110101 |
Color Harmonies of #30E093
Complementary color
Monochromatic Colors of #30E093
Black with #30E093
Text Example
Text Example
White with #30E093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E093; }
p { color: rgb(48,224,147); }
H1.HeaderClassName
{
color: #30E093;
}
.AnyTagClassName
{
color: #30E093;
}
</style>
background-color css
<style>
a { background-color: #30E093; }
a { background-color: rgb(48,224,147); }
div.DivClassName
{
background-color: #30E093;
}
.BgClassName
{
background-color: #30E093;
}
</style>
border-color css
<style>
span { border-color: #30E093; }
span { border-color: rgb(48,224,147); }
td.TdClassName
{
border-color: #30E093;
}
.TagClassName
{
border-color: #30E093;
}
</style>