Shades of Shamrock #30E995
Tints of Shamrock #30E995
RGB
CMYK
RGB Variations
Color information
#30E995 (or 0x30E995) is known color: Shamrock. HEX triplet: 30, E9 and 95. RGB value is (48,233,149). Sum of RGB (Red+Green+Blue) = 48+233+149=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 233 (91.41% from 255 or 54.19% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 233 - color contains mainly: green. Hex color #30E995 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E995 is #CF166A. Grayscale: #A8A8A8. Windows color (decimal): -13571691 or 9824560. OLE color: 9824560.
HSL color Cylindrical-coordinate representation of color #30E995: hue angle of 152.76º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E995 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 149 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.09 |
| HSL | 152.76º | 0.81% | 0.55% | - |
| HSV(B) | 152.76º | 0.79% | 0.91% | - |
| XYZ | 35.78 | 61.08 | 38.34 | - |
| YUV | 168.11 | 117.21 | 42.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 149 | 0.79 | 0 | 0.36 | 0.09 | 152.76 | 0.81 | 0.55 |
| Hex | 30 | E9 | 95 | 4F | 0 | 24 | 9 | 99 | 51 | 37 |
| Octal | 60 | 351 | 225 | 117 | 0 | 44 | 11 | 231 | 121 | 67 |
| Binary | 110000 | 11101001 | 10010101 | 1001111 | 0 | 100100 | 1001 | 10011001 | 1010001 | 110111 |
Color Harmonies of #30E995
Complementary color
Monochromatic Colors of #30E995
Black with #30E995
Text Example
Text Example
White with #30E995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E995; }
p { color: rgb(48,233,149); }
H1.HeaderClassName
{
color: #30E995;
}
.AnyTagClassName
{
color: #30E995;
}
</style>
background-color css
<style>
a { background-color: #30E995; }
a { background-color: rgb(48,233,149); }
div.DivClassName
{
background-color: #30E995;
}
.BgClassName
{
background-color: #30E995;
}
</style>
border-color css
<style>
span { border-color: #30E995; }
span { border-color: rgb(48,233,149); }
td.TdClassName
{
border-color: #30E995;
}
.TagClassName
{
border-color: #30E995;
}
</style>