Shades of Shamrock #2ED98A
Tints of Shamrock #2ED98A
RGB
CMYK
RGB Variations
Color information
#2ED98A (or 0x2ED98A) is known color: Shamrock. HEX triplet: 2E, D9 and 8A. RGB value is (46,217,138). Sum of RGB (Red+Green+Blue) = 46+217+138=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 217 (85.16% from 255 or 54.11% from 401); Blue value is 138 (54.30% from 255 or 34.41% from 401); Max value from RGB is 217 - color contains mainly: green. Hex color #2ED98A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ED98A is #D12675. Grayscale: #9D9D9D. Windows color (decimal): -13706870 or 9099566. OLE color: 9099566.
HSL color Cylindrical-coordinate representation of color #2ED98A: hue angle of 152.28º degrees, saturation: 0.69, 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 #2ED98A is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 46 | 217 | 138 | - |
| CMYK | 0.79 | 0 | 0.36 | 0.15 |
| HSL | 152.28º | 0.69% | 0.52% | - |
| HSV(B) | 152.28º | 0.79% | 0.85% | - |
| XYZ | 30.53 | 52.04 | 32.48 | - |
| YUV | 156.87 | 117.35 | 48.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 217 | 138 | 0.79 | 0 | 0.36 | 0.15 | 152.28 | 0.69 | 0.52 |
| Hex | 2E | D9 | 8A | 4F | 0 | 24 | F | 98 | 45 | 34 |
| Octal | 56 | 331 | 212 | 117 | 0 | 44 | 17 | 230 | 105 | 64 |
| Binary | 101110 | 11011001 | 10001010 | 1001111 | 0 | 100100 | 1111 | 10011000 | 1000101 | 110100 |
Color Harmonies of #2ED98A
Complementary color
Monochromatic Colors of #2ED98A
Black with #2ED98A
Text Example
Text Example
White with #2ED98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ED98A; }
p { color: rgb(46,217,138); }
H1.HeaderClassName
{
color: #2ED98A;
}
.AnyTagClassName
{
color: #2ED98A;
}
</style>
background-color css
<style>
a { background-color: #2ED98A; }
a { background-color: rgb(46,217,138); }
div.DivClassName
{
background-color: #2ED98A;
}
.BgClassName
{
background-color: #2ED98A;
}
</style>
border-color css
<style>
span { border-color: #2ED98A; }
span { border-color: rgb(46,217,138); }
td.TdClassName
{
border-color: #2ED98A;
}
.TagClassName
{
border-color: #2ED98A;
}
</style>