Shades of Shamrock #2EEE97
Tints of Shamrock #2EEE97
RGB
CMYK
RGB Variations
Color information
#2EEE97 (or 0x2EEE97) is known color: Shamrock. HEX triplet: 2E, EE and 97. RGB value is (46,238,151). Sum of RGB (Red+Green+Blue) = 46+238+151=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #2EEE97 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEE97 is #D11168. Grayscale: #AAAAAA. Windows color (decimal): -13701481 or 9956910. OLE color: 9956910.
HSL color Cylindrical-coordinate representation of color #2EEE97: hue angle of 152.81º 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 #2EEE97 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 46 | 238 | 151 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.07 |
| HSL | 152.81º | 0.85% | 0.56% | - |
| HSV(B) | 152.81º | 0.81% | 0.93% | - |
| XYZ | 37.29 | 63.96 | 39.66 | - |
| YUV | 170.67 | 116.89 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 238 | 151 | 0.81 | 0 | 0.37 | 0.07 | 152.81 | 0.85 | 0.56 |
| Hex | 2E | EE | 97 | 51 | 0 | 25 | 7 | 99 | 55 | 38 |
| Octal | 56 | 356 | 227 | 121 | 0 | 45 | 7 | 231 | 125 | 70 |
| Binary | 101110 | 11101110 | 10010111 | 1010001 | 0 | 100101 | 111 | 10011001 | 1010101 | 111000 |
Color Harmonies of #2EEE97
Complementary color
Monochromatic Colors of #2EEE97
Black with #2EEE97
Text Example
Text Example
White with #2EEE97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEE97; }
p { color: rgb(46,238,151); }
H1.HeaderClassName
{
color: #2EEE97;
}
.AnyTagClassName
{
color: #2EEE97;
}
</style>
background-color css
<style>
a { background-color: #2EEE97; }
a { background-color: rgb(46,238,151); }
div.DivClassName
{
background-color: #2EEE97;
}
.BgClassName
{
background-color: #2EEE97;
}
</style>
border-color css
<style>
span { border-color: #2EEE97; }
span { border-color: rgb(46,238,151); }
td.TdClassName
{
border-color: #2EEE97;
}
.TagClassName
{
border-color: #2EEE97;
}
</style>