Shades of Shamrock #2EF695
Tints of Shamrock #2EF695
RGB
CMYK
RGB Variations
Color information
#2EF695 (or 0x2EF695) is known color: Shamrock. HEX triplet: 2E, F6 and 95. RGB value is (46,246,149). Sum of RGB (Red+Green+Blue) = 46+246+149=441 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.43% from 441); Green value is 246 (96.48% from 255 or 55.78% from 441); Blue value is 149 (58.59% from 255 or 33.79% from 441); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF695 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF695 is #D1096A. Grayscale: #AFAFAF. Windows color (decimal): -13699435 or 9827886. OLE color: 9827886.
HSL color Cylindrical-coordinate representation of color #2EF695: hue angle of 150.9º degrees, saturation: 0.92, 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 #2EF695 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 149 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.04 |
| HSL | 150.9º | 0.92% | 0.57% | - |
| HSV(B) | 150.9º | 0.81% | 0.96% | - |
| XYZ | 39.51 | 68.66 | 39.6 | - |
| YUV | 175.14 | 113.24 | 35.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 149 | 0.81 | 0 | 0.39 | 0.04 | 150.9 | 0.92 | 0.57 |
| Hex | 2E | F6 | 95 | 51 | 0 | 27 | 4 | 97 | 5C | 39 |
| Octal | 56 | 366 | 225 | 121 | 0 | 47 | 4 | 227 | 134 | 71 |
| Binary | 101110 | 11110110 | 10010101 | 1010001 | 0 | 100111 | 100 | 10010111 | 1011100 | 111001 |
Color Harmonies of #2EF695
Complementary color
Monochromatic Colors of #2EF695
Black with #2EF695
Text Example
Text Example
White with #2EF695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF695; }
p { color: rgb(46,246,149); }
H1.HeaderClassName
{
color: #2EF695;
}
.AnyTagClassName
{
color: #2EF695;
}
</style>
background-color css
<style>
a { background-color: #2EF695; }
a { background-color: rgb(46,246,149); }
div.DivClassName
{
background-color: #2EF695;
}
.BgClassName
{
background-color: #2EF695;
}
</style>
border-color css
<style>
span { border-color: #2EF695; }
span { border-color: rgb(46,246,149); }
td.TdClassName
{
border-color: #2EF695;
}
.TagClassName
{
border-color: #2EF695;
}
</style>