Shades of Shamrock #30E27C
Tints of Shamrock #30E27C
RGB
CMYK
RGB Variations
Color information
#30E27C (or 0x30E27C) is known color: Shamrock. HEX triplet: 30, E2 and 7C. RGB value is (48,226,124). Sum of RGB (Red+Green+Blue) = 48+226+124=398 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.06% from 398); Green value is 226 (88.67% from 255 or 56.78% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 226 - color contains mainly: green. Hex color #30E27C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E27C is #CF1D83. Grayscale: #A1A1A1. Windows color (decimal): -13573508 or 8184368. OLE color: 8184368.
HSL color Cylindrical-coordinate representation of color #30E27C: hue angle of 145.62º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E27C is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 124 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.11 |
| HSL | 145.62º | 0.75% | 0.54% | - |
| HSV(B) | 145.62º | 0.79% | 0.89% | - |
| XYZ | 32.05 | 56.48 | 28.28 | - |
| YUV | 161.15 | 107.03 | 47.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 124 | 0.79 | 0 | 0.45 | 0.11 | 145.62 | 0.75 | 0.54 |
| Hex | 30 | E2 | 7C | 4F | 0 | 2D | B | 92 | 4B | 36 |
| Octal | 60 | 342 | 174 | 117 | 0 | 55 | 13 | 222 | 113 | 66 |
| Binary | 110000 | 11100010 | 1111100 | 1001111 | 0 | 101101 | 1011 | 10010010 | 1001011 | 110110 |
Color Harmonies of #30E27C
Complementary color
Monochromatic Colors of #30E27C
Black with #30E27C
Text Example
Text Example
White with #30E27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E27C; }
p { color: rgb(48,226,124); }
H1.HeaderClassName
{
color: #30E27C;
}
.AnyTagClassName
{
color: #30E27C;
}
</style>
background-color css
<style>
a { background-color: #30E27C; }
a { background-color: rgb(48,226,124); }
div.DivClassName
{
background-color: #30E27C;
}
.BgClassName
{
background-color: #30E27C;
}
</style>
border-color css
<style>
span { border-color: #30E27C; }
span { border-color: rgb(48,226,124); }
td.TdClassName
{
border-color: #30E27C;
}
.TagClassName
{
border-color: #30E27C;
}
</style>