Shades of Shamrock #30EE93
Tints of Shamrock #30EE93
RGB
CMYK
RGB Variations
Color information
#30EE93 (or 0x30EE93) is known color: Shamrock. HEX triplet: 30, EE and 93. RGB value is (48,238,147). Sum of RGB (Red+Green+Blue) = 48+238+147=433 (57% of max value = 765). Red value is 48 (19.14% from 255 or 11.09% from 433); Green value is 238 (93.36% from 255 or 54.97% from 433); Blue value is 147 (57.81% from 255 or 33.95% from 433); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE93 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EE93 is #CF116C. Grayscale: #AAAAAA. Windows color (decimal): -13570413 or 9694768. OLE color: 9694768.
HSL color Cylindrical-coordinate representation of color #30EE93: hue angle of 151.26º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30EE93 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 147 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.07 |
| HSL | 151.26º | 0.85% | 0.56% | - |
| HSV(B) | 151.26º | 0.8% | 0.93% | - |
| XYZ | 37.06 | 63.88 | 37.98 | - |
| YUV | 170.82 | 114.55 | 40.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 147 | 0.80 | 0 | 0.38 | 0.07 | 151.26 | 0.85 | 0.56 |
| Hex | 30 | EE | 93 | 50 | 0 | 26 | 7 | 97 | 55 | 38 |
| Octal | 60 | 356 | 223 | 120 | 0 | 46 | 7 | 227 | 125 | 70 |
| Binary | 110000 | 11101110 | 10010011 | 1010000 | 0 | 100110 | 111 | 10010111 | 1010101 | 111000 |
Color Harmonies of #30EE93
Complementary color
Monochromatic Colors of #30EE93
Black with #30EE93
Text Example
Text Example
White with #30EE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE93; }
p { color: rgb(48,238,147); }
H1.HeaderClassName
{
color: #30EE93;
}
.AnyTagClassName
{
color: #30EE93;
}
</style>
background-color css
<style>
a { background-color: #30EE93; }
a { background-color: rgb(48,238,147); }
div.DivClassName
{
background-color: #30EE93;
}
.BgClassName
{
background-color: #30EE93;
}
</style>
border-color css
<style>
span { border-color: #30EE93; }
span { border-color: rgb(48,238,147); }
td.TdClassName
{
border-color: #30EE93;
}
.TagClassName
{
border-color: #30EE93;
}
</style>