Shades of Shamrock #2EF0A0
Tints of Shamrock #2EF0A0
RGB
CMYK
RGB Variations
Color information
#2EF0A0 (or 0x2EF0A0) is known color: Shamrock. HEX triplet: 2E, F0 and A0. RGB value is (46,240,160). Sum of RGB (Red+Green+Blue) = 46+240+160=446 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.31% from 446); Green value is 240 (94.14% from 255 or 53.81% from 446); Blue value is 160 (62.89% from 255 or 35.87% from 446); Max value from RGB is 240 - color contains mainly: green. Hex color #2EF0A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF0A0 is #D10F5F. Grayscale: #ADADAD. Windows color (decimal): -13700960 or 10547246. OLE color: 10547246.
HSL color Cylindrical-coordinate representation of color #2EF0A0: hue angle of 155.26º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF0A0 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 240 | 160 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.06 |
| HSL | 155.26º | 0.87% | 0.56% | - |
| HSV(B) | 155.26º | 0.81% | 0.94% | - |
| XYZ | 38.63 | 65.44 | 43.85 | - |
| YUV | 172.87 | 120.73 | 37.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 240 | 160 | 0.81 | 0 | 0.33 | 0.06 | 155.26 | 0.87 | 0.56 |
| Hex | 2E | F0 | A0 | 51 | 0 | 21 | 6 | 9B | 57 | 38 |
| Octal | 56 | 360 | 240 | 121 | 0 | 41 | 6 | 233 | 127 | 70 |
| Binary | 101110 | 11110000 | 10100000 | 1010001 | 0 | 100001 | 110 | 10011011 | 1010111 | 111000 |
Color Harmonies of #2EF0A0
Complementary color
Monochromatic Colors of #2EF0A0
Black with #2EF0A0
Text Example
Text Example
White with #2EF0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF0A0; }
p { color: rgb(46,240,160); }
H1.HeaderClassName
{
color: #2EF0A0;
}
.AnyTagClassName
{
color: #2EF0A0;
}
</style>
background-color css
<style>
a { background-color: #2EF0A0; }
a { background-color: rgb(46,240,160); }
div.DivClassName
{
background-color: #2EF0A0;
}
.BgClassName
{
background-color: #2EF0A0;
}
</style>
border-color css
<style>
span { border-color: #2EF0A0; }
span { border-color: rgb(46,240,160); }
td.TdClassName
{
border-color: #2EF0A0;
}
.TagClassName
{
border-color: #2EF0A0;
}
</style>