Shades of Shamrock #30D280
Tints of Shamrock #30D280
RGB
CMYK
RGB Variations
Color information
#30D280 (or 0x30D280) is known color: Shamrock. HEX triplet: 30, D2 and 80. RGB value is (48,210,128). Sum of RGB (Red+Green+Blue) = 48+210+128=386 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.44% from 386); Green value is 210 (82.42% from 255 or 54.40% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 210 - color contains mainly: green. Hex color #30D280 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D280 is #CF2D7F. Grayscale: #989898. Windows color (decimal): -13577600 or 8442416. OLE color: 8442416.
HSL color Cylindrical-coordinate representation of color #30D280: hue angle of 149.63º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D280 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 48 | 210 | 128 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.18 |
| HSL | 149.63º | 0.64% | 0.51% | - |
| HSV(B) | 149.63º | 0.77% | 0.82% | - |
| XYZ | 28.16 | 48.28 | 28.26 | - |
| YUV | 152.21 | 114.33 | 53.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 210 | 128 | 0.77 | 0 | 0.39 | 0.18 | 149.63 | 0.64 | 0.51 |
| Hex | 30 | D2 | 80 | 4D | 0 | 27 | 12 | 96 | 40 | 33 |
| Octal | 60 | 322 | 200 | 115 | 0 | 47 | 22 | 226 | 100 | 63 |
| Binary | 110000 | 11010010 | 10000000 | 1001101 | 0 | 100111 | 10010 | 10010110 | 1000000 | 110011 |
Color Harmonies of #30D280
Complementary color
Monochromatic Colors of #30D280
Black with #30D280
Text Example
Text Example
White with #30D280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D280; }
p { color: rgb(48,210,128); }
H1.HeaderClassName
{
color: #30D280;
}
.AnyTagClassName
{
color: #30D280;
}
</style>
background-color css
<style>
a { background-color: #30D280; }
a { background-color: rgb(48,210,128); }
div.DivClassName
{
background-color: #30D280;
}
.BgClassName
{
background-color: #30D280;
}
</style>
border-color css
<style>
span { border-color: #30D280; }
span { border-color: rgb(48,210,128); }
td.TdClassName
{
border-color: #30D280;
}
.TagClassName
{
border-color: #30D280;
}
</style>