Shades of Shamrock #30E584
Tints of Shamrock #30E584
RGB
CMYK
RGB Variations
Color information
#30E584 (or 0x30E584) is known color: Shamrock. HEX triplet: 30, E5 and 84. RGB value is (48,229,132). Sum of RGB (Red+Green+Blue) = 48+229+132=409 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.74% from 409); Green value is 229 (89.84% from 255 or 55.99% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 229 - color contains mainly: green. Hex color #30E584 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E584 is #CF1A7B. Grayscale: #A4A4A4. Windows color (decimal): -13572732 or 8709424. OLE color: 8709424.
HSL color Cylindrical-coordinate representation of color #30E584: hue angle of 147.85º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E584 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 132 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.10 |
| HSL | 147.85º | 0.78% | 0.54% | - |
| HSV(B) | 147.85º | 0.79% | 0.9% | - |
| XYZ | 33.4 | 58.33 | 31.33 | - |
| YUV | 163.82 | 110.03 | 45.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 132 | 0.79 | 0 | 0.42 | 0.10 | 147.85 | 0.78 | 0.54 |
| Hex | 30 | E5 | 84 | 4F | 0 | 2A | A | 94 | 4E | 36 |
| Octal | 60 | 345 | 204 | 117 | 0 | 52 | 12 | 224 | 116 | 66 |
| Binary | 110000 | 11100101 | 10000100 | 1001111 | 0 | 101010 | 1010 | 10010100 | 1001110 | 110110 |
Color Harmonies of #30E584
Complementary color
Monochromatic Colors of #30E584
Black with #30E584
Text Example
Text Example
White with #30E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E584; }
p { color: rgb(48,229,132); }
H1.HeaderClassName
{
color: #30E584;
}
.AnyTagClassName
{
color: #30E584;
}
</style>
background-color css
<style>
a { background-color: #30E584; }
a { background-color: rgb(48,229,132); }
div.DivClassName
{
background-color: #30E584;
}
.BgClassName
{
background-color: #30E584;
}
</style>
border-color css
<style>
span { border-color: #30E584; }
span { border-color: rgb(48,229,132); }
td.TdClassName
{
border-color: #30E584;
}
.TagClassName
{
border-color: #30E584;
}
</style>