Shades of Shamrock #2EF68B
Tints of Shamrock #2EF68B
RGB
CMYK
RGB Variations
Color information
#2EF68B (or 0x2EF68B) is known color: Shamrock. HEX triplet: 2E, F6 and 8B. RGB value is (46,246,139). Sum of RGB (Red+Green+Blue) = 46+246+139=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 246 (96.48% from 255 or 57.08% from 431); Blue value is 139 (54.69% from 255 or 32.25% from 431); Max value from RGB is 246 - color contains mainly: green. Hex color #2EF68B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EF68B is #D10974. Grayscale: #AEAEAE. Windows color (decimal): -13699445 or 9172526. OLE color: 9172526.
HSL color Cylindrical-coordinate representation of color #2EF68B: hue angle of 147.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 #2EF68B is Cyan = 0.81, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 46 | 246 | 139 | - |
| CMYK | 0.81 | 0 | 0.43 | 0.04 |
| HSL | 147.9º | 0.92% | 0.57% | - |
| HSV(B) | 147.9º | 0.81% | 0.96% | - |
| XYZ | 38.74 | 68.36 | 35.58 | - |
| YUV | 174 | 108.24 | 36.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 246 | 139 | 0.81 | 0 | 0.43 | 0.04 | 147.9 | 0.92 | 0.57 |
| Hex | 2E | F6 | 8B | 51 | 0 | 2B | 4 | 94 | 5C | 39 |
| Octal | 56 | 366 | 213 | 121 | 0 | 53 | 4 | 224 | 134 | 71 |
| Binary | 101110 | 11110110 | 10001011 | 1010001 | 0 | 101011 | 100 | 10010100 | 1011100 | 111001 |
Color Harmonies of #2EF68B
Complementary color
Monochromatic Colors of #2EF68B
Black with #2EF68B
Text Example
Text Example
White with #2EF68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EF68B; }
p { color: rgb(46,246,139); }
H1.HeaderClassName
{
color: #2EF68B;
}
.AnyTagClassName
{
color: #2EF68B;
}
</style>
background-color css
<style>
a { background-color: #2EF68B; }
a { background-color: rgb(46,246,139); }
div.DivClassName
{
background-color: #2EF68B;
}
.BgClassName
{
background-color: #2EF68B;
}
</style>
border-color css
<style>
span { border-color: #2EF68B; }
span { border-color: rgb(46,246,139); }
td.TdClassName
{
border-color: #2EF68B;
}
.TagClassName
{
border-color: #2EF68B;
}
</style>