Shades of Shamrock #2EDA7F
Tints of Shamrock #2EDA7F
RGB
CMYK
RGB Variations
Color information
#2EDA7F (or 0x2EDA7F) is known color: Shamrock. HEX triplet: 2E, DA and 7F. RGB value is (46,218,127). Sum of RGB (Red+Green+Blue) = 46+218+127=391 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.76% from 391); Green value is 218 (85.55% from 255 or 55.75% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 218 - color contains mainly: green. Hex color #2EDA7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EDA7F is #D12580. Grayscale: #9C9C9C. Windows color (decimal): -13706625 or 8378926. OLE color: 8378926.
HSL color Cylindrical-coordinate representation of color #2EDA7F: hue angle of 148.26º 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 #2EDA7F is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 218 | 127 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.15 |
| HSL | 148.26º | 0.7% | 0.52% | - |
| HSV(B) | 148.26º | 0.79% | 0.85% | - |
| XYZ | 30.03 | 52.26 | 28.58 | - |
| YUV | 156.2 | 111.52 | 49.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 218 | 127 | 0.79 | 0 | 0.42 | 0.15 | 148.26 | 0.7 | 0.52 |
| Hex | 2E | DA | 7F | 4F | 0 | 2A | F | 94 | 46 | 34 |
| Octal | 56 | 332 | 177 | 117 | 0 | 52 | 17 | 224 | 106 | 64 |
| Binary | 101110 | 11011010 | 1111111 | 1001111 | 0 | 101010 | 1111 | 10010100 | 1000110 | 110100 |
Color Harmonies of #2EDA7F
Complementary color
Monochromatic Colors of #2EDA7F
Black with #2EDA7F
Text Example
Text Example
White with #2EDA7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDA7F; }
p { color: rgb(46,218,127); }
H1.HeaderClassName
{
color: #2EDA7F;
}
.AnyTagClassName
{
color: #2EDA7F;
}
</style>
background-color css
<style>
a { background-color: #2EDA7F; }
a { background-color: rgb(46,218,127); }
div.DivClassName
{
background-color: #2EDA7F;
}
.BgClassName
{
background-color: #2EDA7F;
}
</style>
border-color css
<style>
span { border-color: #2EDA7F; }
span { border-color: rgb(46,218,127); }
td.TdClassName
{
border-color: #2EDA7F;
}
.TagClassName
{
border-color: #2EDA7F;
}
</style>