Shades of Shamrock #2EE57B
Tints of Shamrock #2EE57B
RGB
CMYK
RGB Variations
Color information
#2EE57B (or 0x2EE57B) is known color: Shamrock. HEX triplet: 2E, E5 and 7B. RGB value is (46,229,123). Sum of RGB (Red+Green+Blue) = 46+229+123=398 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.56% from 398); Green value is 229 (89.84% from 255 or 57.54% from 398); Blue value is 123 (48.44% from 255 or 30.90% from 398); Max value from RGB is 229 - color contains mainly: green. Hex color #2EE57B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2EE57B is #D11A84. Grayscale: #A2A2A2. Windows color (decimal): -13703813 or 8119598. OLE color: 8119598.
HSL color Cylindrical-coordinate representation of color #2EE57B: hue angle of 145.25º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE57B is Cyan = 0.80, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 46 | 229 | 123 | - |
| CMYK | 0.80 | 0 | 0.46 | 0.10 |
| HSL | 145.25º | 0.78% | 0.54% | - |
| HSV(B) | 145.25º | 0.8% | 0.9% | - |
| XYZ | 32.72 | 58.05 | 28.22 | - |
| YUV | 162.2 | 105.87 | 45.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 229 | 123 | 0.80 | 0 | 0.46 | 0.10 | 145.25 | 0.78 | 0.54 |
| Hex | 2E | E5 | 7B | 50 | 0 | 2E | A | 91 | 4E | 36 |
| Octal | 56 | 345 | 173 | 120 | 0 | 56 | 12 | 221 | 116 | 66 |
| Binary | 101110 | 11100101 | 1111011 | 1010000 | 0 | 101110 | 1010 | 10010001 | 1001110 | 110110 |
Color Harmonies of #2EE57B
Complementary color
Monochromatic Colors of #2EE57B
Black with #2EE57B
Text Example
Text Example
White with #2EE57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE57B; }
p { color: rgb(46,229,123); }
H1.HeaderClassName
{
color: #2EE57B;
}
.AnyTagClassName
{
color: #2EE57B;
}
</style>
background-color css
<style>
a { background-color: #2EE57B; }
a { background-color: rgb(46,229,123); }
div.DivClassName
{
background-color: #2EE57B;
}
.BgClassName
{
background-color: #2EE57B;
}
</style>
border-color css
<style>
span { border-color: #2EE57B; }
span { border-color: rgb(46,229,123); }
td.TdClassName
{
border-color: #2EE57B;
}
.TagClassName
{
border-color: #2EE57B;
}
</style>