Shades of Shamrock #30E282
Tints of Shamrock #30E282
RGB
CMYK
RGB Variations
Color information
#30E282 (or 0x30E282) is known color: Shamrock. HEX triplet: 30, E2 and 82. RGB value is (48,226,130). Sum of RGB (Red+Green+Blue) = 48+226+130=404 (53% of max value = 765). Red value is 48 (19.14% from 255 or 11.88% from 404); Green value is 226 (88.67% from 255 or 55.94% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 226 - color contains mainly: green. Hex color #30E282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E282 is #CF1D7D. Grayscale: #A2A2A2. Windows color (decimal): -13573502 or 8577584. OLE color: 8577584.
HSL color Cylindrical-coordinate representation of color #30E282: hue angle of 147.64º 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 #30E282 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 226 | 130 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.11 |
| HSL | 147.64º | 0.75% | 0.54% | - |
| HSV(B) | 147.64º | 0.79% | 0.89% | - |
| XYZ | 32.44 | 56.63 | 30.34 | - |
| YUV | 161.83 | 110.03 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 226 | 130 | 0.79 | 0 | 0.42 | 0.11 | 147.64 | 0.75 | 0.54 |
| Hex | 30 | E2 | 82 | 4F | 0 | 2A | B | 94 | 4B | 36 |
| Octal | 60 | 342 | 202 | 117 | 0 | 52 | 13 | 224 | 113 | 66 |
| Binary | 110000 | 11100010 | 10000010 | 1001111 | 0 | 101010 | 1011 | 10010100 | 1001011 | 110110 |
Color Harmonies of #30E282
Complementary color
Monochromatic Colors of #30E282
Black with #30E282
Text Example
Text Example
White with #30E282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E282; }
p { color: rgb(48,226,130); }
H1.HeaderClassName
{
color: #30E282;
}
.AnyTagClassName
{
color: #30E282;
}
</style>
background-color css
<style>
a { background-color: #30E282; }
a { background-color: rgb(48,226,130); }
div.DivClassName
{
background-color: #30E282;
}
.BgClassName
{
background-color: #30E282;
}
</style>
border-color css
<style>
span { border-color: #30E282; }
span { border-color: rgb(48,226,130); }
td.TdClassName
{
border-color: #30E282;
}
.TagClassName
{
border-color: #30E282;
}
</style>