Shades of Shamrock #30EB8D
Tints of Shamrock #30EB8D
RGB
CMYK
RGB Variations
Color information
#30EB8D (or 0x30EB8D) is known color: Shamrock. HEX triplet: 30, EB and 8D. RGB value is (48,235,141). Sum of RGB (Red+Green+Blue) = 48+235+141=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 141 (55.47% from 255 or 33.25% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EB8D is #CF1472. Grayscale: #A8A8A8. Windows color (decimal): -13571187 or 9300784. OLE color: 9300784.
HSL color Cylindrical-coordinate representation of color #30EB8D: hue angle of 149.84º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EB8D is Cyan = 0.80, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 141 | - |
| CMYK | 0.80 | 0 | 0.4 | 0.08 |
| HSL | 149.84º | 0.82% | 0.55% | - |
| HSV(B) | 149.84º | 0.8% | 0.92% | - |
| XYZ | 35.73 | 61.97 | 35.28 | - |
| YUV | 168.37 | 112.55 | 42.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 141 | 0.80 | 0 | 0.4 | 0.08 | 149.84 | 0.82 | 0.55 |
| Hex | 30 | EB | 8D | 50 | 0 | 28 | 8 | 96 | 52 | 37 |
| Octal | 60 | 353 | 215 | 120 | 0 | 50 | 10 | 226 | 122 | 67 |
| Binary | 110000 | 11101011 | 10001101 | 1010000 | 0 | 101000 | 1000 | 10010110 | 1010010 | 110111 |
Color Harmonies of #30EB8D
Complementary color
Monochromatic Colors of #30EB8D
Black with #30EB8D
Text Example
Text Example
White with #30EB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EB8D; }
p { color: rgb(48,235,141); }
H1.HeaderClassName
{
color: #30EB8D;
}
.AnyTagClassName
{
color: #30EB8D;
}
</style>
background-color css
<style>
a { background-color: #30EB8D; }
a { background-color: rgb(48,235,141); }
div.DivClassName
{
background-color: #30EB8D;
}
.BgClassName
{
background-color: #30EB8D;
}
</style>
border-color css
<style>
span { border-color: #30EB8D; }
span { border-color: rgb(48,235,141); }
td.TdClassName
{
border-color: #30EB8D;
}
.TagClassName
{
border-color: #30EB8D;
}
</style>