Shades of Shamrock #30E07F
Tints of Shamrock #30E07F
RGB
CMYK
RGB Variations
Color information
#30E07F (or 0x30E07F) is known color: Shamrock. HEX triplet: 30, E0 and 7F. RGB value is (48,224,127). Sum of RGB (Red+Green+Blue) = 48+224+127=399 (52% of max value = 765). Red value is 48 (19.14% from 255 or 12.03% from 399); Green value is 224 (87.89% from 255 or 56.14% from 399); Blue value is 127 (50% from 255 or 31.83% from 399); Max value from RGB is 224 - color contains mainly: green. Hex color #30E07F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30E07F is #CF1F80. Grayscale: #A0A0A0. Windows color (decimal): -13574017 or 8380464. OLE color: 8380464.
HSL color Cylindrical-coordinate representation of color #30E07F: hue angle of 146.93º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E07F is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 127 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.12 |
| HSL | 146.93º | 0.74% | 0.53% | - |
| HSV(B) | 146.93º | 0.79% | 0.88% | - |
| XYZ | 31.71 | 55.47 | 29.11 | - |
| YUV | 160.32 | 109.19 | 47.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 127 | 0.79 | 0 | 0.43 | 0.12 | 146.93 | 0.74 | 0.53 |
| Hex | 30 | E0 | 7F | 4F | 0 | 2B | C | 93 | 4A | 35 |
| Octal | 60 | 340 | 177 | 117 | 0 | 53 | 14 | 223 | 112 | 65 |
| Binary | 110000 | 11100000 | 1111111 | 1001111 | 0 | 101011 | 1100 | 10010011 | 1001010 | 110101 |
Color Harmonies of #30E07F
Complementary color
Monochromatic Colors of #30E07F
Black with #30E07F
Text Example
Text Example
White with #30E07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E07F; }
p { color: rgb(48,224,127); }
H1.HeaderClassName
{
color: #30E07F;
}
.AnyTagClassName
{
color: #30E07F;
}
</style>
background-color css
<style>
a { background-color: #30E07F; }
a { background-color: rgb(48,224,127); }
div.DivClassName
{
background-color: #30E07F;
}
.BgClassName
{
background-color: #30E07F;
}
</style>
border-color css
<style>
span { border-color: #30E07F; }
span { border-color: rgb(48,224,127); }
td.TdClassName
{
border-color: #30E07F;
}
.TagClassName
{
border-color: #30E07F;
}
</style>