Shades of Shamrock #30EB8C
Tints of Shamrock #30EB8C
RGB
CMYK
RGB Variations
Color information
#30EB8C (or 0x30EB8C) is known color: Shamrock. HEX triplet: 30, EB and 8C. RGB value is (48,235,140). Sum of RGB (Red+Green+Blue) = 48+235+140=423 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.35% from 423); Green value is 235 (92.19% from 255 or 55.56% from 423); Blue value is 140 (55.08% from 255 or 33.10% from 423); Max value from RGB is 235 - color contains mainly: green. Hex color #30EB8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EB8C is #CF1473. Grayscale: #A8A8A8. Windows color (decimal): -13571188 or 9235248. OLE color: 9235248.
HSL color Cylindrical-coordinate representation of color #30EB8C: hue angle of 149.52º 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 #30EB8C is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 48 | 235 | 140 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.08 |
| HSL | 149.52º | 0.82% | 0.55% | - |
| HSV(B) | 149.52º | 0.8% | 0.92% | - |
| XYZ | 35.66 | 61.94 | 34.89 | - |
| YUV | 168.26 | 112.05 | 42.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 235 | 140 | 0.80 | 0 | 0.40 | 0.08 | 149.52 | 0.82 | 0.55 |
| Hex | 30 | EB | 8C | 50 | 0 | 28 | 8 | 96 | 52 | 37 |
| Octal | 60 | 353 | 214 | 120 | 0 | 50 | 10 | 226 | 122 | 67 |
| Binary | 110000 | 11101011 | 10001100 | 1010000 | 0 | 101000 | 1000 | 10010110 | 1010010 | 110111 |
Color Harmonies of #30EB8C
Complementary color
Monochromatic Colors of #30EB8C
Black with #30EB8C
Text Example
Text Example
White with #30EB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EB8C; }
p { color: rgb(48,235,140); }
H1.HeaderClassName
{
color: #30EB8C;
}
.AnyTagClassName
{
color: #30EB8C;
}
</style>
background-color css
<style>
a { background-color: #30EB8C; }
a { background-color: rgb(48,235,140); }
div.DivClassName
{
background-color: #30EB8C;
}
.BgClassName
{
background-color: #30EB8C;
}
</style>
border-color css
<style>
span { border-color: #30EB8C; }
span { border-color: rgb(48,235,140); }
td.TdClassName
{
border-color: #30EB8C;
}
.TagClassName
{
border-color: #30EB8C;
}
</style>