Shades of Shamrock #30D484
Tints of Shamrock #30D484
RGB
CMYK
RGB Variations
Color information
#30D484 (or 0x30D484) is known color: Shamrock. HEX triplet: 30, D4 and 84. RGB value is (48,212,132). Sum of RGB (Red+Green+Blue) = 48+212+132=392 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.24% from 392); Green value is 212 (83.20% from 255 or 54.08% from 392); Blue value is 132 (51.95% from 255 or 33.67% from 392); Max value from RGB is 212 - color contains mainly: green. Hex color #30D484 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D484 is #CF2B7B. Grayscale: #9A9A9A. Windows color (decimal): -13577084 or 8705072. OLE color: 8705072.
HSL color Cylindrical-coordinate representation of color #30D484: hue angle of 150.73º 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 #30D484 is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 132 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.17 |
| HSL | 150.73º | 0.66% | 0.51% | - |
| HSV(B) | 150.73º | 0.77% | 0.83% | - |
| XYZ | 28.93 | 49.38 | 29.84 | - |
| YUV | 153.84 | 115.67 | 52.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 132 | 0.77 | 0 | 0.38 | 0.17 | 150.73 | 0.66 | 0.51 |
| Hex | 30 | D4 | 84 | 4D | 0 | 26 | 11 | 97 | 42 | 33 |
| Octal | 60 | 324 | 204 | 115 | 0 | 46 | 21 | 227 | 102 | 63 |
| Binary | 110000 | 11010100 | 10000100 | 1001101 | 0 | 100110 | 10001 | 10010111 | 1000010 | 110011 |
Color Harmonies of #30D484
Complementary color
Monochromatic Colors of #30D484
Black with #30D484
Text Example
Text Example
White with #30D484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D484; }
p { color: rgb(48,212,132); }
H1.HeaderClassName
{
color: #30D484;
}
.AnyTagClassName
{
color: #30D484;
}
</style>
background-color css
<style>
a { background-color: #30D484; }
a { background-color: rgb(48,212,132); }
div.DivClassName
{
background-color: #30D484;
}
.BgClassName
{
background-color: #30D484;
}
</style>
border-color css
<style>
span { border-color: #30D484; }
span { border-color: rgb(48,212,132); }
td.TdClassName
{
border-color: #30D484;
}
.TagClassName
{
border-color: #30D484;
}
</style>