Shades of Shamrock #30F190
Tints of Shamrock #30F190
RGB
CMYK
RGB Variations
Color information
#30F190 (or 0x30F190) is known color: Shamrock. HEX triplet: 30, F1 and 90. RGB value is (48,241,144). Sum of RGB (Red+Green+Blue) = 48+241+144=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #30F190 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30F190 is #CF0E6F. Grayscale: #ACACAC. Windows color (decimal): -13569648 or 9498928. OLE color: 9498928.
HSL color Cylindrical-coordinate representation of color #30F190: hue angle of 149.84º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30F190 is Cyan = 0.80, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 48 | 241 | 144 | - |
| CMYK | 0.80 | 0 | 0.40 | 0.05 |
| HSL | 149.84º | 0.87% | 0.57% | - |
| HSV(B) | 149.84º | 0.8% | 0.95% | - |
| XYZ | 37.71 | 65.55 | 37.05 | - |
| YUV | 172.24 | 112.06 | 39.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 241 | 144 | 0.80 | 0 | 0.40 | 0.05 | 149.84 | 0.87 | 0.57 |
| Hex | 30 | F1 | 90 | 50 | 0 | 28 | 5 | 96 | 57 | 39 |
| Octal | 60 | 361 | 220 | 120 | 0 | 50 | 5 | 226 | 127 | 71 |
| Binary | 110000 | 11110001 | 10010000 | 1010000 | 0 | 101000 | 101 | 10010110 | 1010111 | 111001 |
Color Harmonies of #30F190
Complementary color
Monochromatic Colors of #30F190
Black with #30F190
Text Example
Text Example
White with #30F190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30F190; }
p { color: rgb(48,241,144); }
H1.HeaderClassName
{
color: #30F190;
}
.AnyTagClassName
{
color: #30F190;
}
</style>
background-color css
<style>
a { background-color: #30F190; }
a { background-color: rgb(48,241,144); }
div.DivClassName
{
background-color: #30F190;
}
.BgClassName
{
background-color: #30F190;
}
</style>
border-color css
<style>
span { border-color: #30F190; }
span { border-color: rgb(48,241,144); }
td.TdClassName
{
border-color: #30F190;
}
.TagClassName
{
border-color: #30F190;
}
</style>