Shades of Shamrock #30EE90
Tints of Shamrock #30EE90
RGB
CMYK
RGB Variations
Color information
#30EE90 (or 0x30EE90) is known color: Shamrock. HEX triplet: 30, EE and 90. RGB value is (48,238,144). Sum of RGB (Red+Green+Blue) = 48+238+144=430 (56% of max value = 765). Red value is 48 (19.14% from 255 or 11.16% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 144 (56.64% from 255 or 33.49% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #30EE90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #30EE90 is #CF116F. Grayscale: #AAAAAA. Windows color (decimal): -13570416 or 9498160. OLE color: 9498160.
HSL color Cylindrical-coordinate representation of color #30EE90: hue angle of 150.32º 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 #30EE90 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 48 | 238 | 144 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.07 |
| HSL | 150.32º | 0.85% | 0.56% | - |
| HSV(B) | 150.32º | 0.8% | 0.93% | - |
| XYZ | 36.83 | 63.79 | 36.76 | - |
| YUV | 170.47 | 113.05 | 40.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 238 | 144 | 0.80 | 0 | 0.39 | 0.07 | 150.32 | 0.85 | 0.56 |
| Hex | 30 | EE | 90 | 50 | 0 | 27 | 7 | 96 | 55 | 38 |
| Octal | 60 | 356 | 220 | 120 | 0 | 47 | 7 | 226 | 125 | 70 |
| Binary | 110000 | 11101110 | 10010000 | 1010000 | 0 | 100111 | 111 | 10010110 | 1010101 | 111000 |
Color Harmonies of #30EE90
Complementary color
Monochromatic Colors of #30EE90
Black with #30EE90
Text Example
Text Example
White with #30EE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30EE90; }
p { color: rgb(48,238,144); }
H1.HeaderClassName
{
color: #30EE90;
}
.AnyTagClassName
{
color: #30EE90;
}
</style>
background-color css
<style>
a { background-color: #30EE90; }
a { background-color: rgb(48,238,144); }
div.DivClassName
{
background-color: #30EE90;
}
.BgClassName
{
background-color: #30EE90;
}
</style>
border-color css
<style>
span { border-color: #30EE90; }
span { border-color: rgb(48,238,144); }
td.TdClassName
{
border-color: #30EE90;
}
.TagClassName
{
border-color: #30EE90;
}
</style>