Shades of Shamrock #30E080
Tints of Shamrock #30E080
RGB
CMYK
RGB Variations
Color information
#30E080 (or 0x30E080) is known color: Shamrock. HEX triplet: 30, E0 and 80. RGB value is (48,224,128). Sum of RGB (Red+Green+Blue) = 48+224+128=400 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12% from 400); Green value is 224 (87.89% from 255 or 56% from 400); Blue value is 128 (50.39% from 255 or 32% from 400); Max value from RGB is 224 - color contains mainly: green. Hex color #30E080 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E080 is #CF1F7F. Grayscale: #A0A0A0. Windows color (decimal): -13574016 or 8446000. OLE color: 8446000.
HSL color Cylindrical-coordinate representation of color #30E080: hue angle of 147.27º 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 #30E080 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 128 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.12 |
| HSL | 147.27º | 0.74% | 0.53% | - |
| HSV(B) | 147.27º | 0.79% | 0.88% | - |
| XYZ | 31.77 | 55.5 | 29.46 | - |
| YUV | 160.43 | 109.69 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 128 | 0.79 | 0 | 0.43 | 0.12 | 147.27 | 0.74 | 0.53 |
| Hex | 30 | E0 | 80 | 4F | 0 | 2B | C | 93 | 4A | 35 |
| Octal | 60 | 340 | 200 | 117 | 0 | 53 | 14 | 223 | 112 | 65 |
| Binary | 110000 | 11100000 | 10000000 | 1001111 | 0 | 101011 | 1100 | 10010011 | 1001010 | 110101 |
Color Harmonies of #30E080
Complementary color
Monochromatic Colors of #30E080
Black with #30E080
Text Example
Text Example
White with #30E080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E080; }
p { color: rgb(48,224,128); }
H1.HeaderClassName
{
color: #30E080;
}
.AnyTagClassName
{
color: #30E080;
}
</style>
background-color css
<style>
a { background-color: #30E080; }
a { background-color: rgb(48,224,128); }
div.DivClassName
{
background-color: #30E080;
}
.BgClassName
{
background-color: #30E080;
}
</style>
border-color css
<style>
span { border-color: #30E080; }
span { border-color: rgb(48,224,128); }
td.TdClassName
{
border-color: #30E080;
}
.TagClassName
{
border-color: #30E080;
}
</style>