Shades of Shamrock #1EE38D
Tints of Shamrock #1EE38D
RGB
CMYK
RGB Variations
Color information
#1EE38D (or 0x1EE38D) is known color: Shamrock. HEX triplet: 1E, E3 and 8D. RGB value is (30,227,141). Sum of RGB (Red+Green+Blue) = 30+227+141=398 (52% of max value = 765). Red value is 30 (12.11% from 255 or 7.54% from 398); Green value is 227 (89.06% from 255 or 57.04% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 227 - color contains mainly: green. Hex color #1EE38D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1EE38D is #E11C72. Grayscale: #9E9E9E. Windows color (decimal): -14752883 or 9298718. OLE color: 9298718.
HSL color Cylindrical-coordinate representation of color #1EE38D: hue angle of 153.81º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1EE38D is Cyan = 0.87, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 30 | 227 | 141 | - |
| CMYK | 0.87 | 0 | 0.38 | 0.11 |
| HSL | 153.81º | 0.78% | 0.5% | - |
| HSV(B) | 153.81º | 0.87% | 0.89% | - |
| XYZ | 32.81 | 57.14 | 34.5 | - |
| YUV | 158.29 | 118.23 | 36.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 227 | 141 | 0.87 | 0 | 0.38 | 0.11 | 153.81 | 0.78 | 0.5 |
| Hex | 1E | E3 | 8D | 57 | 0 | 26 | B | 9A | 4E | 32 |
| Octal | 36 | 343 | 215 | 127 | 0 | 46 | 13 | 232 | 116 | 62 |
| Binary | 11110 | 11100011 | 10001101 | 1010111 | 0 | 100110 | 1011 | 10011010 | 1001110 | 110010 |
Color Harmonies of #1EE38D
Complementary color
Monochromatic Colors of #1EE38D
Black with #1EE38D
Text Example
Text Example
White with #1EE38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1EE38D; }
p { color: rgb(30,227,141); }
H1.HeaderClassName
{
color: #1EE38D;
}
.AnyTagClassName
{
color: #1EE38D;
}
</style>
background-color css
<style>
a { background-color: #1EE38D; }
a { background-color: rgb(30,227,141); }
div.DivClassName
{
background-color: #1EE38D;
}
.BgClassName
{
background-color: #1EE38D;
}
</style>
border-color css
<style>
span { border-color: #1EE38D; }
span { border-color: rgb(30,227,141); }
td.TdClassName
{
border-color: #1EE38D;
}
.TagClassName
{
border-color: #1EE38D;
}
</style>