Shades of Shamrock #30E684
Tints of Shamrock #30E684
RGB
CMYK
RGB Variations
Color information
#30E684 (or 0x30E684) is known color: Shamrock. HEX triplet: 30, E6 and 84. RGB value is (48,230,132). Sum of RGB (Red+Green+Blue) = 48+230+132=410 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.71% from 410); Green value is 230 (90.23% from 255 or 56.10% from 410); Blue value is 132 (51.95% from 255 or 32.20% from 410); Max value from RGB is 230 - color contains mainly: green. Hex color #30E684 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E684 is #CF197B. Grayscale: #A4A4A4. Windows color (decimal): -13572476 or 8709680. OLE color: 8709680.
HSL color Cylindrical-coordinate representation of color #30E684: hue angle of 147.69º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E684 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 132 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.10 |
| HSL | 147.69º | 0.78% | 0.55% | - |
| HSV(B) | 147.69º | 0.79% | 0.9% | - |
| XYZ | 33.68 | 58.89 | 31.42 | - |
| YUV | 164.41 | 109.7 | 44.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 132 | 0.79 | 0 | 0.43 | 0.10 | 147.69 | 0.78 | 0.55 |
| Hex | 30 | E6 | 84 | 4F | 0 | 2B | A | 94 | 4E | 37 |
| Octal | 60 | 346 | 204 | 117 | 0 | 53 | 12 | 224 | 116 | 67 |
| Binary | 110000 | 11100110 | 10000100 | 1001111 | 0 | 101011 | 1010 | 10010100 | 1001110 | 110111 |
Color Harmonies of #30E684
Complementary color
Monochromatic Colors of #30E684
Black with #30E684
Text Example
Text Example
White with #30E684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E684; }
p { color: rgb(48,230,132); }
H1.HeaderClassName
{
color: #30E684;
}
.AnyTagClassName
{
color: #30E684;
}
</style>
background-color css
<style>
a { background-color: #30E684; }
a { background-color: rgb(48,230,132); }
div.DivClassName
{
background-color: #30E684;
}
.BgClassName
{
background-color: #30E684;
}
</style>
border-color css
<style>
span { border-color: #30E684; }
span { border-color: rgb(48,230,132); }
td.TdClassName
{
border-color: #30E684;
}
.TagClassName
{
border-color: #30E684;
}
</style>