Shades of Shamrock #2EEDAF
Tints of Shamrock #2EEDAF
RGB
CMYK
RGB Variations
Color information
#2EEDAF (or 0x2EEDAF) is known color: Shamrock. HEX triplet: 2E, ED and AF. RGB value is (46,237,175). Sum of RGB (Red+Green+Blue) = 46+237+175=458 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.04% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEDAF is #D11250. Grayscale: #ACACAC. Windows color (decimal): -13701713 or 11529518. OLE color: 11529518.
HSL color Cylindrical-coordinate representation of color #2EEDAF: hue angle of 160.52º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEDAF is Cyan = 0.81, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 175 | - |
| CMYK | 0.81 | 0 | 0.26 | 0.07 |
| HSL | 160.52º | 0.84% | 0.55% | - |
| HSV(B) | 160.52º | 0.81% | 0.93% | - |
| XYZ | 39.15 | 64.24 | 50.89 | - |
| YUV | 172.82 | 129.22 | 37.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 175 | 0.81 | 0 | 0.26 | 0.07 | 160.52 | 0.84 | 0.55 |
| Hex | 2E | ED | AF | 51 | 0 | 1A | 7 | A1 | 54 | 37 |
| Octal | 56 | 355 | 257 | 121 | 0 | 32 | 7 | 241 | 124 | 67 |
| Binary | 101110 | 11101101 | 10101111 | 1010001 | 0 | 11010 | 111 | 10100001 | 1010100 | 110111 |
Color Harmonies of #2EEDAF
Complementary color
Monochromatic Colors of #2EEDAF
Black with #2EEDAF
Text Example
Text Example
White with #2EEDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDAF; }
p { color: rgb(46,237,175); }
H1.HeaderClassName
{
color: #2EEDAF;
}
.AnyTagClassName
{
color: #2EEDAF;
}
</style>
background-color css
<style>
a { background-color: #2EEDAF; }
a { background-color: rgb(46,237,175); }
div.DivClassName
{
background-color: #2EEDAF;
}
.BgClassName
{
background-color: #2EEDAF;
}
</style>
border-color css
<style>
span { border-color: #2EEDAF; }
span { border-color: rgb(46,237,175); }
td.TdClassName
{
border-color: #2EEDAF;
}
.TagClassName
{
border-color: #2EEDAF;
}
</style>