Shades of Shamrock #2EF596
Tints of Shamrock #2EF596
RGB
CMYK
RGB Variations
Color information
#2EF596 (or 0x2EF596) is known color: Shamrock. HEX triplet: 2E, F5 and 96. RGB value is (46,245,150). Sum of RGB (Red+Green+Blue) = 46+245+150=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 245 (96.09% from 255 or 55.56% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 245 - color contains mainly: green. Hex color #2EF596 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF596 is #D10A69. Grayscale: #AEAEAE. Windows color (decimal): -13699690 or 9893166. OLE color: 9893166.
HSL color Cylindrical-coordinate representation of color #2EF596: hue angle of 151.36º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EF596 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 245 | 150 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.04 |
| HSL | 151.36º | 0.91% | 0.57% | - |
| HSV(B) | 151.36º | 0.81% | 0.96% | - |
| XYZ | 39.28 | 68.09 | 39.93 | - |
| YUV | 174.67 | 114.07 | 36.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 245 | 150 | 0.81 | 0 | 0.39 | 0.04 | 151.36 | 0.91 | 0.57 |
| Hex | 2E | F5 | 96 | 51 | 0 | 27 | 4 | 97 | 5B | 39 |
| Octal | 56 | 365 | 226 | 121 | 0 | 47 | 4 | 227 | 133 | 71 |
| Binary | 101110 | 11110101 | 10010110 | 1010001 | 0 | 100111 | 100 | 10010111 | 1011011 | 111001 |
Color Harmonies of #2EF596
Complementary color
Monochromatic Colors of #2EF596
Black with #2EF596
Text Example
Text Example
White with #2EF596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF596; }
p { color: rgb(46,245,150); }
H1.HeaderClassName
{
color: #2EF596;
}
.AnyTagClassName
{
color: #2EF596;
}
</style>
background-color css
<style>
a { background-color: #2EF596; }
a { background-color: rgb(46,245,150); }
div.DivClassName
{
background-color: #2EF596;
}
.BgClassName
{
background-color: #2EF596;
}
</style>
border-color css
<style>
span { border-color: #2EF596; }
span { border-color: rgb(46,245,150); }
td.TdClassName
{
border-color: #2EF596;
}
.TagClassName
{
border-color: #2EF596;
}
</style>