Shades of Shamrock #2EEDAA
Tints of Shamrock #2EEDAA
RGB
CMYK
RGB Variations
Color information
#2EEDAA (or 0x2EEDAA) is known color: Shamrock. HEX triplet: 2E, ED and AA. RGB value is (46,237,170). Sum of RGB (Red+Green+Blue) = 46+237+170=453 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.15% from 453); Green value is 237 (92.97% from 255 or 52.32% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 237 - color contains mainly: green. Hex color #2EEDAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEDAA is #D11255. Grayscale: #ACACAC. Windows color (decimal): -13701718 or 11201838. OLE color: 11201838.
HSL color Cylindrical-coordinate representation of color #2EEDAA: hue angle of 158.95º 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 #2EEDAA is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 237 | 170 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.07 |
| HSL | 158.95º | 0.84% | 0.55% | - |
| HSV(B) | 158.95º | 0.81% | 0.93% | - |
| XYZ | 38.67 | 64.05 | 48.36 | - |
| YUV | 172.25 | 126.72 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 237 | 170 | 0.81 | 0 | 0.28 | 0.07 | 158.95 | 0.84 | 0.55 |
| Hex | 2E | ED | AA | 51 | 0 | 1C | 7 | 9F | 54 | 37 |
| Octal | 56 | 355 | 252 | 121 | 0 | 34 | 7 | 237 | 124 | 67 |
| Binary | 101110 | 11101101 | 10101010 | 1010001 | 0 | 11100 | 111 | 10011111 | 1010100 | 110111 |
Color Harmonies of #2EEDAA
Complementary color
Monochromatic Colors of #2EEDAA
Black with #2EEDAA
Text Example
Text Example
White with #2EEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEDAA; }
p { color: rgb(46,237,170); }
H1.HeaderClassName
{
color: #2EEDAA;
}
.AnyTagClassName
{
color: #2EEDAA;
}
</style>
background-color css
<style>
a { background-color: #2EEDAA; }
a { background-color: rgb(46,237,170); }
div.DivClassName
{
background-color: #2EEDAA;
}
.BgClassName
{
background-color: #2EEDAA;
}
</style>
border-color css
<style>
span { border-color: #2EEDAA; }
span { border-color: rgb(46,237,170); }
td.TdClassName
{
border-color: #2EEDAA;
}
.TagClassName
{
border-color: #2EEDAA;
}
</style>