Shades of Shamrock #2EEE8D
Tints of Shamrock #2EEE8D
RGB
CMYK
RGB Variations
Color information
#2EEE8D (or 0x2EEE8D) is known color: Shamrock. HEX triplet: 2E, EE and 8D. RGB value is (46,238,141). Sum of RGB (Red+Green+Blue) = 46+238+141=425 (56% of max value = 765). Red value is 46 (18.36% from 255 or 10.82% from 425); Green value is 238 (93.36% from 255 or 56% from 425); Blue value is 141 (55.47% from 255 or 33.18% from 425); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE8D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEE8D is #D11172. Grayscale: #A9A9A9. Windows color (decimal): -13701491 or 9301550. OLE color: 9301550.
HSL color Cylindrical-coordinate representation of color #2EEE8D: hue angle of 149.69º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEE8D is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 141 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.07 |
| HSL | 149.69º | 0.85% | 0.56% | - |
| HSV(B) | 149.69º | 0.81% | 0.93% | - |
| XYZ | 36.51 | 63.65 | 35.56 | - |
| YUV | 169.53 | 111.89 | 39.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 141 | 0.81 | 0 | 0.41 | 0.07 | 149.69 | 0.85 | 0.56 |
| Hex | 2E | EE | 8D | 51 | 0 | 29 | 7 | 96 | 55 | 38 |
| Octal | 56 | 356 | 215 | 121 | 0 | 51 | 7 | 226 | 125 | 70 |
| Binary | 101110 | 11101110 | 10001101 | 1010001 | 0 | 101001 | 111 | 10010110 | 1010101 | 111000 |
Color Harmonies of #2EEE8D
Complementary color
Monochromatic Colors of #2EEE8D
Black with #2EEE8D
Text Example
Text Example
White with #2EEE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE8D; }
p { color: rgb(46,238,141); }
H1.HeaderClassName
{
color: #2EEE8D;
}
.AnyTagClassName
{
color: #2EEE8D;
}
</style>
background-color css
<style>
a { background-color: #2EEE8D; }
a { background-color: rgb(46,238,141); }
div.DivClassName
{
background-color: #2EEE8D;
}
.BgClassName
{
background-color: #2EEE8D;
}
</style>
border-color css
<style>
span { border-color: #2EEE8D; }
span { border-color: rgb(46,238,141); }
td.TdClassName
{
border-color: #2EEE8D;
}
.TagClassName
{
border-color: #2EEE8D;
}
</style>