Shades of Shamrock #30E085
Tints of Shamrock #30E085
RGB
CMYK
RGB Variations
Color information
#30E085 (or 0x30E085) is known color: Shamrock. HEX triplet: 30, E0 and 85. RGB value is (48,224,133). Sum of RGB (Red+Green+Blue) = 48+224+133=405 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.85% from 405); Green value is 224 (87.89% from 255 or 55.31% from 405); Blue value is 133 (52.34% from 255 or 32.84% from 405); Max value from RGB is 224 - color contains mainly: green. Hex color #30E085 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E085 is #CF1F7A. Grayscale: #A1A1A1. Windows color (decimal): -13574011 or 8773680. OLE color: 8773680.
HSL color Cylindrical-coordinate representation of color #30E085: hue angle of 148.98º 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 #30E085 is Cyan = 0.79, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 48 | 224 | 133 | - |
| CMYK | 0.79 | 0 | 0.41 | 0.12 |
| HSL | 148.98º | 0.74% | 0.53% | - |
| HSV(B) | 148.98º | 0.79% | 0.88% | - |
| XYZ | 32.11 | 55.63 | 31.24 | - |
| YUV | 161 | 112.19 | 47.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 224 | 133 | 0.79 | 0 | 0.41 | 0.12 | 148.98 | 0.74 | 0.53 |
| Hex | 30 | E0 | 85 | 4F | 0 | 29 | C | 95 | 4A | 35 |
| Octal | 60 | 340 | 205 | 117 | 0 | 51 | 14 | 225 | 112 | 65 |
| Binary | 110000 | 11100000 | 10000101 | 1001111 | 0 | 101001 | 1100 | 10010101 | 1001010 | 110101 |
Color Harmonies of #30E085
Complementary color
Monochromatic Colors of #30E085
Black with #30E085
Text Example
Text Example
White with #30E085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E085; }
p { color: rgb(48,224,133); }
H1.HeaderClassName
{
color: #30E085;
}
.AnyTagClassName
{
color: #30E085;
}
</style>
background-color css
<style>
a { background-color: #30E085; }
a { background-color: rgb(48,224,133); }
div.DivClassName
{
background-color: #30E085;
}
.BgClassName
{
background-color: #30E085;
}
</style>
border-color css
<style>
span { border-color: #30E085; }
span { border-color: rgb(48,224,133); }
td.TdClassName
{
border-color: #30E085;
}
.TagClassName
{
border-color: #30E085;
}
</style>