Shades of Shamrock #30D481
Tints of Shamrock #30D481
RGB
CMYK
RGB Variations
Color information
#30D481 (or 0x30D481) is known color: Shamrock. HEX triplet: 30, D4 and 81. RGB value is (48,212,129). Sum of RGB (Red+Green+Blue) = 48+212+129=389 (51% of max value = 765). Red value is 48 (19.14% from 255 or 12.34% from 389); Green value is 212 (83.20% from 255 or 54.50% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 212 - color contains mainly: green. Hex color #30D481 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D481 is #CF2B7E. Grayscale: #999999. Windows color (decimal): -13577087 or 8508464. OLE color: 8508464.
HSL color Cylindrical-coordinate representation of color #30D481: hue angle of 149.63º 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 #30D481 is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 48 | 212 | 129 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.17 |
| HSL | 149.63º | 0.66% | 0.51% | - |
| HSV(B) | 149.63º | 0.77% | 0.83% | - |
| XYZ | 28.72 | 49.3 | 28.77 | - |
| YUV | 153.5 | 114.17 | 52.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 212 | 129 | 0.77 | 0 | 0.39 | 0.17 | 149.63 | 0.66 | 0.51 |
| Hex | 30 | D4 | 81 | 4D | 0 | 27 | 11 | 96 | 42 | 33 |
| Octal | 60 | 324 | 201 | 115 | 0 | 47 | 21 | 226 | 102 | 63 |
| Binary | 110000 | 11010100 | 10000001 | 1001101 | 0 | 100111 | 10001 | 10010110 | 1000010 | 110011 |
Color Harmonies of #30D481
Complementary color
Monochromatic Colors of #30D481
Black with #30D481
Text Example
Text Example
White with #30D481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D481; }
p { color: rgb(48,212,129); }
H1.HeaderClassName
{
color: #30D481;
}
.AnyTagClassName
{
color: #30D481;
}
</style>
background-color css
<style>
a { background-color: #30D481; }
a { background-color: rgb(48,212,129); }
div.DivClassName
{
background-color: #30D481;
}
.BgClassName
{
background-color: #30D481;
}
</style>
border-color css
<style>
span { border-color: #30D481; }
span { border-color: rgb(48,212,129); }
td.TdClassName
{
border-color: #30D481;
}
.TagClassName
{
border-color: #30D481;
}
</style>