Shades of Shamrock #30D488
Tints of Shamrock #30D488
RGB
CMYK
RGB Variations
Color information
#30D488 (or 0x30D488) is known color: Shamrock. HEX triplet: 30, D4 and 88. RGB value is (48,212,136). Sum of RGB (Red+Green+Blue) = 48+212+136=396 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.12% from 396); Green value is 212 (83.20% from 255 or 53.54% from 396); Blue value is 136 (53.52% from 255 or 34.34% from 396); Max value from RGB is 212 - color contains mainly: green. Hex color #30D488 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D488 is #CF2B77. Grayscale: #9A9A9A. Windows color (decimal): -13577080 or 8967216. OLE color: 8967216.
HSL color Cylindrical-coordinate representation of color #30D488: hue angle of 152.2º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30D488 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 136 | - |
| CMYK | 0.77 | 0 | 0.36 | 0.17 |
| HSL | 152.2º | 0.66% | 0.51% | - |
| HSV(B) | 152.2º | 0.77% | 0.83% | - |
| XYZ | 29.21 | 49.49 | 31.31 | - |
| YUV | 154.3 | 117.67 | 52.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 136 | 0.77 | 0 | 0.36 | 0.17 | 152.2 | 0.66 | 0.51 |
| Hex | 30 | D4 | 88 | 4D | 0 | 24 | 11 | 98 | 42 | 33 |
| Octal | 60 | 324 | 210 | 115 | 0 | 44 | 21 | 230 | 102 | 63 |
| Binary | 110000 | 11010100 | 10001000 | 1001101 | 0 | 100100 | 10001 | 10011000 | 1000010 | 110011 |
Color Harmonies of #30D488
Complementary color
Monochromatic Colors of #30D488
Black with #30D488
Text Example
Text Example
White with #30D488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D488; }
p { color: rgb(48,212,136); }
H1.HeaderClassName
{
color: #30D488;
}
.AnyTagClassName
{
color: #30D488;
}
</style>
background-color css
<style>
a { background-color: #30D488; }
a { background-color: rgb(48,212,136); }
div.DivClassName
{
background-color: #30D488;
}
.BgClassName
{
background-color: #30D488;
}
</style>
border-color css
<style>
span { border-color: #30D488; }
span { border-color: rgb(48,212,136); }
td.TdClassName
{
border-color: #30D488;
}
.TagClassName
{
border-color: #30D488;
}
</style>