Shades of Shamrock #2EF2A1
Tints of Shamrock #2EF2A1
RGB
CMYK
RGB Variations
Color information
#2EF2A1 (or 0x2EF2A1) is known color: Shamrock. HEX triplet: 2E, F2 and A1. RGB value is (46,242,161). Sum of RGB (Red+Green+Blue) = 46+242+161=449 (59% of max value = 765). Red value is 46 (18.36% from 255 or 10.24% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #2EF2A1 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF2A1 is #D10D5E. Grayscale: #AEAEAE. Windows color (decimal): -13700447 or 10613294. OLE color: 10613294.
HSL color Cylindrical-coordinate representation of color #2EF2A1: hue angle of 155.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF2A1 is Cyan = 0.81, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 46 | 242 | 161 | - |
| CMYK | 0.81 | 0 | 0.33 | 0.05 |
| HSL | 155.2º | 0.88% | 0.56% | - |
| HSV(B) | 155.2º | 0.81% | 0.95% | - |
| XYZ | 39.31 | 66.66 | 44.51 | - |
| YUV | 174.16 | 120.57 | 36.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 242 | 161 | 0.81 | 0 | 0.33 | 0.05 | 155.2 | 0.88 | 0.56 |
| Hex | 2E | F2 | A1 | 51 | 0 | 21 | 5 | 9B | 58 | 38 |
| Octal | 56 | 362 | 241 | 121 | 0 | 41 | 5 | 233 | 130 | 70 |
| Binary | 101110 | 11110010 | 10100001 | 1010001 | 0 | 100001 | 101 | 10011011 | 1011000 | 111000 |
Color Harmonies of #2EF2A1
Complementary color
Monochromatic Colors of #2EF2A1
Black with #2EF2A1
Text Example
Text Example
White with #2EF2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF2A1; }
p { color: rgb(46,242,161); }
H1.HeaderClassName
{
color: #2EF2A1;
}
.AnyTagClassName
{
color: #2EF2A1;
}
</style>
background-color css
<style>
a { background-color: #2EF2A1; }
a { background-color: rgb(46,242,161); }
div.DivClassName
{
background-color: #2EF2A1;
}
.BgClassName
{
background-color: #2EF2A1;
}
</style>
border-color css
<style>
span { border-color: #2EF2A1; }
span { border-color: rgb(46,242,161); }
td.TdClassName
{
border-color: #2EF2A1;
}
.TagClassName
{
border-color: #2EF2A1;
}
</style>