Shades of Shamrock #2EDA8C
Tints of Shamrock #2EDA8C
RGB
CMYK
RGB Variations
Color information
#2EDA8C (or 0x2EDA8C) is known color: Shamrock. HEX triplet: 2E, DA and 8C. RGB value is (46,218,140). Sum of RGB (Red+Green+Blue) = 46+218+140=404 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.39% from 404); Green value is 218 (85.55% from 255 or 53.96% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDA8C is #D12573. Grayscale: #9D9D9D. Windows color (decimal): -13706612 or 9230894. OLE color: 9230894.
HSL color Cylindrical-coordinate representation of color #2EDA8C: hue angle of 152.79º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDA8C is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 140 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.15 |
| HSL | 152.79º | 0.7% | 0.52% | - |
| HSV(B) | 152.79º | 0.79% | 0.85% | - |
| XYZ | 30.93 | 52.62 | 33.34 | - |
| YUV | 157.68 | 118.02 | 48.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 140 | 0.79 | 0 | 0.36 | 0.15 | 152.79 | 0.7 | 0.52 |
| Hex | 2E | DA | 8C | 4F | 0 | 24 | F | 99 | 46 | 34 |
| Octal | 56 | 332 | 214 | 117 | 0 | 44 | 17 | 231 | 106 | 64 |
| Binary | 101110 | 11011010 | 10001100 | 1001111 | 0 | 100100 | 1111 | 10011001 | 1000110 | 110100 |
Color Harmonies of #2EDA8C
Complementary color
Monochromatic Colors of #2EDA8C
Black with #2EDA8C
Text Example
Text Example
White with #2EDA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA8C; }
p { color: rgb(46,218,140); }
H1.HeaderClassName
{
color: #2EDA8C;
}
.AnyTagClassName
{
color: #2EDA8C;
}
</style>
background-color css
<style>
a { background-color: #2EDA8C; }
a { background-color: rgb(46,218,140); }
div.DivClassName
{
background-color: #2EDA8C;
}
.BgClassName
{
background-color: #2EDA8C;
}
</style>
border-color css
<style>
span { border-color: #2EDA8C; }
span { border-color: rgb(46,218,140); }
td.TdClassName
{
border-color: #2EDA8C;
}
.TagClassName
{
border-color: #2EDA8C;
}
</style>