Shades of Shamrock #30E587
Tints of Shamrock #30E587
RGB
CMYK
RGB Variations
Color information
#30E587 (or 0x30E587) is known color: Shamrock. HEX triplet: 30, E5 and 87. RGB value is (48,229,135). Sum of RGB (Red+Green+Blue) = 48+229+135=412 (54% of max value = 765). Red value is 48 (19.14% from 255 or 11.65% from 412); Green value is 229 (89.84% from 255 or 55.58% from 412); Blue value is 135 (53.12% from 255 or 32.77% from 412); Max value from RGB is 229 - color contains mainly: green. Hex color #30E587 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E587 is #CF1A78. Grayscale: #A4A4A4. Windows color (decimal): -13572729 or 8906032. OLE color: 8906032.
HSL color Cylindrical-coordinate representation of color #30E587: hue angle of 148.84º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E587 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 229 | 135 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.10 |
| HSL | 148.84º | 0.78% | 0.54% | - |
| HSV(B) | 148.84º | 0.79% | 0.9% | - |
| XYZ | 33.61 | 58.42 | 32.43 | - |
| YUV | 164.17 | 111.53 | 45.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 229 | 135 | 0.79 | 0 | 0.41 | 0.10 | 148.84 | 0.78 | 0.54 |
| Hex | 30 | E5 | 87 | 4F | 0 | 29 | A | 95 | 4E | 36 |
| Octal | 60 | 345 | 207 | 117 | 0 | 51 | 12 | 225 | 116 | 66 |
| Binary | 110000 | 11100101 | 10000111 | 1001111 | 0 | 101001 | 1010 | 10010101 | 1001110 | 110110 |
Color Harmonies of #30E587
Complementary color
Monochromatic Colors of #30E587
Black with #30E587
Text Example
Text Example
White with #30E587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E587; }
p { color: rgb(48,229,135); }
H1.HeaderClassName
{
color: #30E587;
}
.AnyTagClassName
{
color: #30E587;
}
</style>
background-color css
<style>
a { background-color: #30E587; }
a { background-color: rgb(48,229,135); }
div.DivClassName
{
background-color: #30E587;
}
.BgClassName
{
background-color: #30E587;
}
</style>
border-color css
<style>
span { border-color: #30E587; }
span { border-color: rgb(48,229,135); }
td.TdClassName
{
border-color: #30E587;
}
.TagClassName
{
border-color: #30E587;
}
</style>