Shades of Shamrock #2EE97B
Tints of Shamrock #2EE97B
RGB
CMYK
RGB Variations
Color information
#2EE97B (or 0x2EE97B) is known color: Shamrock. HEX triplet: 2E, E9 and 7B. RGB value is (46,233,123). Sum of RGB (Red+Green+Blue) = 46+233+123=402 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.44% from 402); Green value is 233 (91.41% from 255 or 57.96% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 233 - color contains mainly: green. Hex color #2EE97B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2EE97B is #D11684. Grayscale: #A4A4A4. Windows color (decimal): -13702789 or 8120622. OLE color: 8120622.
HSL color Cylindrical-coordinate representation of color #2EE97B: hue angle of 144.71º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EE97B is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 46 | 233 | 123 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.09 |
| HSL | 144.71º | 0.81% | 0.55% | - |
| HSV(B) | 144.71º | 0.8% | 0.91% | - |
| XYZ | 33.84 | 60.29 | 28.59 | - |
| YUV | 164.55 | 104.55 | 43.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 233 | 123 | 0.80 | 0 | 0.47 | 0.09 | 144.71 | 0.81 | 0.55 |
| Hex | 2E | E9 | 7B | 50 | 0 | 2F | 9 | 91 | 51 | 37 |
| Octal | 56 | 351 | 173 | 120 | 0 | 57 | 11 | 221 | 121 | 67 |
| Binary | 101110 | 11101001 | 1111011 | 1010000 | 0 | 101111 | 1001 | 10010001 | 1010001 | 110111 |
Color Harmonies of #2EE97B
Complementary color
Monochromatic Colors of #2EE97B
Black with #2EE97B
Text Example
Text Example
White with #2EE97B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EE97B; }
p { color: rgb(46,233,123); }
H1.HeaderClassName
{
color: #2EE97B;
}
.AnyTagClassName
{
color: #2EE97B;
}
</style>
background-color css
<style>
a { background-color: #2EE97B; }
a { background-color: rgb(46,233,123); }
div.DivClassName
{
background-color: #2EE97B;
}
.BgClassName
{
background-color: #2EE97B;
}
</style>
border-color css
<style>
span { border-color: #2EE97B; }
span { border-color: rgb(46,233,123); }
td.TdClassName
{
border-color: #2EE97B;
}
.TagClassName
{
border-color: #2EE97B;
}
</style>