Shades of Shamrock #30E697
Tints of Shamrock #30E697
RGB
CMYK
RGB Variations
Color information
#30E697 (or 0x30E697) is known color: Shamrock. HEX triplet: 30, E6 and 97. RGB value is (48,230,151). Sum of RGB (Red+Green+Blue) = 48+230+151=429 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.19% from 429); Green value is 230 (90.23% from 255 or 53.61% from 429); Blue value is 151 (59.38% from 255 or 35.20% from 429); Max value from RGB is 230 - color contains mainly: green. Hex color #30E697 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E697 is #CF1968. Grayscale: #A6A6A6. Windows color (decimal): -13572457 or 9954864. OLE color: 9954864.
HSL color Cylindrical-coordinate representation of color #30E697: hue angle of 153.96º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E697 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 48 | 230 | 151 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.10 |
| HSL | 153.96º | 0.78% | 0.55% | - |
| HSV(B) | 153.96º | 0.79% | 0.9% | - |
| XYZ | 35.1 | 59.46 | 38.9 | - |
| YUV | 166.58 | 119.2 | 43.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 230 | 151 | 0.79 | 0 | 0.34 | 0.10 | 153.96 | 0.78 | 0.55 |
| Hex | 30 | E6 | 97 | 4F | 0 | 22 | A | 9A | 4E | 37 |
| Octal | 60 | 346 | 227 | 117 | 0 | 42 | 12 | 232 | 116 | 67 |
| Binary | 110000 | 11100110 | 10010111 | 1001111 | 0 | 100010 | 1010 | 10011010 | 1001110 | 110111 |
Color Harmonies of #30E697
Complementary color
Monochromatic Colors of #30E697
Black with #30E697
Text Example
Text Example
White with #30E697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E697; }
p { color: rgb(48,230,151); }
H1.HeaderClassName
{
color: #30E697;
}
.AnyTagClassName
{
color: #30E697;
}
</style>
background-color css
<style>
a { background-color: #30E697; }
a { background-color: rgb(48,230,151); }
div.DivClassName
{
background-color: #30E697;
}
.BgClassName
{
background-color: #30E697;
}
</style>
border-color css
<style>
span { border-color: #30E697; }
span { border-color: rgb(48,230,151); }
td.TdClassName
{
border-color: #30E697;
}
.TagClassName
{
border-color: #30E697;
}
</style>