Shades of Shamrock #2EEEA1
Tints of Shamrock #2EEEA1
RGB
CMYK
RGB Variations
Color information
#2EEEA1 (or 0x2EEEA1) is known color: Shamrock. HEX triplet: 2E, EE and A1. RGB value is (46,238,161). Sum of RGB (Red+Green+Blue) = 46+238+161=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 238 (93.36% from 255 or 53.48% from 445); Blue value is 161 (63.28% from 255 or 36.18% from 445); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEEA1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEEA1 is #D1115E. Grayscale: #ABABAB. Windows color (decimal): -13701471 or 10612270. OLE color: 10612270.
HSL color Cylindrical-coordinate representation of color #2EEEA1: hue angle of 155.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEEA1 is Cyan = 0.81, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 161 | - |
| CMYK | 0.81 | 0 | 0.32 | 0.07 |
| HSL | 155.94º | 0.85% | 0.56% | - |
| HSV(B) | 155.94º | 0.81% | 0.93% | - |
| XYZ | 38.13 | 64.3 | 44.12 | - |
| YUV | 171.81 | 121.89 | 38.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 161 | 0.81 | 0 | 0.32 | 0.07 | 155.94 | 0.85 | 0.56 |
| Hex | 2E | EE | A1 | 51 | 0 | 20 | 7 | 9C | 55 | 38 |
| Octal | 56 | 356 | 241 | 121 | 0 | 40 | 7 | 234 | 125 | 70 |
| Binary | 101110 | 11101110 | 10100001 | 1010001 | 0 | 100000 | 111 | 10011100 | 1010101 | 111000 |
Color Harmonies of #2EEEA1
Complementary color
Monochromatic Colors of #2EEEA1
Black with #2EEEA1
Text Example
Text Example
White with #2EEEA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEEA1; }
p { color: rgb(46,238,161); }
H1.HeaderClassName
{
color: #2EEEA1;
}
.AnyTagClassName
{
color: #2EEEA1;
}
</style>
background-color css
<style>
a { background-color: #2EEEA1; }
a { background-color: rgb(46,238,161); }
div.DivClassName
{
background-color: #2EEEA1;
}
.BgClassName
{
background-color: #2EEEA1;
}
</style>
border-color css
<style>
span { border-color: #2EEEA1; }
span { border-color: rgb(46,238,161); }
td.TdClassName
{
border-color: #2EEEA1;
}
.TagClassName
{
border-color: #2EEEA1;
}
</style>