Shades of Shamrock #30E98F
Tints of Shamrock #30E98F
RGB
CMYK
RGB Variations
Color information
#30E98F (or 0x30E98F) is known color: Shamrock. HEX triplet: 30, E9 and 8F. RGB value is (48,233,143). Sum of RGB (Red+Green+Blue) = 48+233+143=424 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.32% from 424); Green value is 233 (91.41% from 255 or 54.95% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 233 - color contains mainly: green. Hex color #30E98F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30E98F is #CF1670. Grayscale: #A7A7A7. Windows color (decimal): -13571697 or 9431344. OLE color: 9431344.
HSL color Cylindrical-coordinate representation of color #30E98F: hue angle of 150.81º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #30E98F is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 48 | 233 | 143 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.09 |
| HSL | 150.81º | 0.81% | 0.55% | - |
| HSV(B) | 150.81º | 0.79% | 0.91% | - |
| XYZ | 35.32 | 60.89 | 35.88 | - |
| YUV | 167.43 | 114.21 | 42.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 233 | 143 | 0.79 | 0 | 0.39 | 0.09 | 150.81 | 0.81 | 0.55 |
| Hex | 30 | E9 | 8F | 4F | 0 | 27 | 9 | 97 | 51 | 37 |
| Octal | 60 | 351 | 217 | 117 | 0 | 47 | 11 | 227 | 121 | 67 |
| Binary | 110000 | 11101001 | 10001111 | 1001111 | 0 | 100111 | 1001 | 10010111 | 1010001 | 110111 |
Color Harmonies of #30E98F
Complementary color
Monochromatic Colors of #30E98F
Black with #30E98F
Text Example
Text Example
White with #30E98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30E98F; }
p { color: rgb(48,233,143); }
H1.HeaderClassName
{
color: #30E98F;
}
.AnyTagClassName
{
color: #30E98F;
}
</style>
background-color css
<style>
a { background-color: #30E98F; }
a { background-color: rgb(48,233,143); }
div.DivClassName
{
background-color: #30E98F;
}
.BgClassName
{
background-color: #30E98F;
}
</style>
border-color css
<style>
span { border-color: #30E98F; }
span { border-color: rgb(48,233,143); }
td.TdClassName
{
border-color: #30E98F;
}
.TagClassName
{
border-color: #30E98F;
}
</style>