Shades of Shamrock #30D883
Tints of Shamrock #30D883
RGB
CMYK
RGB Variations
Color information
#30D883 (or 0x30D883) is known color: Shamrock. HEX triplet: 30, D8 and 83. RGB value is (48,216,131). Sum of RGB (Red+Green+Blue) = 48+216+131=395 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.15% from 395); Green value is 216 (84.77% from 255 or 54.68% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 216 - color contains mainly: green. Hex color #30D883 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30D883 is #CF277C. Grayscale: #9C9C9C. Windows color (decimal): -13576061 or 8640560. OLE color: 8640560.
HSL color Cylindrical-coordinate representation of color #30D883: hue angle of 149.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #30D883 is Cyan = 0.78, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 48 | 216 | 131 | - |
| CMYK | 0.78 | 0 | 0.39 | 0.15 |
| HSL | 149.64º | 0.68% | 0.52% | - |
| HSV(B) | 149.64º | 0.78% | 0.85% | - |
| XYZ | 29.87 | 51.38 | 29.82 | - |
| YUV | 156.08 | 113.84 | 50.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 216 | 131 | 0.78 | 0 | 0.39 | 0.15 | 149.64 | 0.68 | 0.52 |
| Hex | 30 | D8 | 83 | 4E | 0 | 27 | F | 96 | 44 | 34 |
| Octal | 60 | 330 | 203 | 116 | 0 | 47 | 17 | 226 | 104 | 64 |
| Binary | 110000 | 11011000 | 10000011 | 1001110 | 0 | 100111 | 1111 | 10010110 | 1000100 | 110100 |
Color Harmonies of #30D883
Complementary color
Monochromatic Colors of #30D883
Black with #30D883
Text Example
Text Example
White with #30D883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30D883; }
p { color: rgb(48,216,131); }
H1.HeaderClassName
{
color: #30D883;
}
.AnyTagClassName
{
color: #30D883;
}
</style>
background-color css
<style>
a { background-color: #30D883; }
a { background-color: rgb(48,216,131); }
div.DivClassName
{
background-color: #30D883;
}
.BgClassName
{
background-color: #30D883;
}
</style>
border-color css
<style>
span { border-color: #30D883; }
span { border-color: rgb(48,216,131); }
td.TdClassName
{
border-color: #30D883;
}
.TagClassName
{
border-color: #30D883;
}
</style>