Shades of Shamrock #30E499
Tints of Shamrock #30E499
RGB
CMYK
RGB Variations
Color information
#30E499 (or 0x30E499) is known color: Shamrock. HEX triplet: 30, E4 and 99. RGB value is (48,228,153). Sum of RGB (Red+Green+Blue) = 48+228+153=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 228 (89.45% from 255 or 53.15% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 228 - color contains mainly: green. Hex color #30E499 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #30E499 is #CF1B66. Grayscale: #A5A5A5. Windows color (decimal): -13572967 or 10085424. OLE color: 10085424.
HSL color Cylindrical-coordinate representation of color #30E499: hue angle of 155º degrees, saturation: 0.77, 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 #30E499 is Cyan = 0.79, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 48 | 228 | 153 | - |
| CMYK | 0.79 | 0 | 0.33 | 0.11 |
| HSL | 155º | 0.77% | 0.54% | - |
| HSV(B) | 155º | 0.79% | 0.89% | - |
| XYZ | 34.71 | 58.42 | 39.58 | - |
| YUV | 165.63 | 120.87 | 44.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 228 | 153 | 0.79 | 0 | 0.33 | 0.11 | 155 | 0.77 | 0.54 |
| Hex | 30 | E4 | 99 | 4F | 0 | 21 | B | 9B | 4D | 36 |
| Octal | 60 | 344 | 231 | 117 | 0 | 41 | 13 | 233 | 115 | 66 |
| Binary | 110000 | 11100100 | 10011001 | 1001111 | 0 | 100001 | 1011 | 10011011 | 1001101 | 110110 |
Color Harmonies of #30E499
Complementary color
Monochromatic Colors of #30E499
Black with #30E499
Text Example
Text Example
White with #30E499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E499; }
p { color: rgb(48,228,153); }
H1.HeaderClassName
{
color: #30E499;
}
.AnyTagClassName
{
color: #30E499;
}
</style>
background-color css
<style>
a { background-color: #30E499; }
a { background-color: rgb(48,228,153); }
div.DivClassName
{
background-color: #30E499;
}
.BgClassName
{
background-color: #30E499;
}
</style>
border-color css
<style>
span { border-color: #30E499; }
span { border-color: rgb(48,228,153); }
td.TdClassName
{
border-color: #30E499;
}
.TagClassName
{
border-color: #30E499;
}
</style>