Shades of Shamrock #2EEF96
Tints of Shamrock #2EEF96
RGB
CMYK
RGB Variations
Color information
#2EEF96 (or 0x2EEF96) is known color: Shamrock. HEX triplet: 2E, EF and 96. RGB value is (46,239,150). Sum of RGB (Red+Green+Blue) = 46+239+150=435 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.57% from 435); Green value is 239 (93.75% from 255 or 54.94% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 239 - color contains mainly: green. Hex color #2EEF96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2EEF96 is #D11069. Grayscale: #ABABAB. Windows color (decimal): -13701226 or 9891630. OLE color: 9891630.
HSL color Cylindrical-coordinate representation of color #2EEF96: hue angle of 152.33º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2EEF96 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 46 | 239 | 150 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.06 |
| HSL | 152.33º | 0.86% | 0.56% | - |
| HSV(B) | 152.33º | 0.81% | 0.94% | - |
| XYZ | 37.5 | 64.52 | 39.33 | - |
| YUV | 171.15 | 116.06 | 38.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 239 | 150 | 0.81 | 0 | 0.37 | 0.06 | 152.33 | 0.86 | 0.56 |
| Hex | 2E | EF | 96 | 51 | 0 | 25 | 6 | 98 | 56 | 38 |
| Octal | 56 | 357 | 226 | 121 | 0 | 45 | 6 | 230 | 126 | 70 |
| Binary | 101110 | 11101111 | 10010110 | 1010001 | 0 | 100101 | 110 | 10011000 | 1010110 | 111000 |
Color Harmonies of #2EEF96
Complementary color
Monochromatic Colors of #2EEF96
Black with #2EEF96
Text Example
Text Example
White with #2EEF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EEF96; }
p { color: rgb(46,239,150); }
H1.HeaderClassName
{
color: #2EEF96;
}
.AnyTagClassName
{
color: #2EEF96;
}
</style>
background-color css
<style>
a { background-color: #2EEF96; }
a { background-color: rgb(46,239,150); }
div.DivClassName
{
background-color: #2EEF96;
}
.BgClassName
{
background-color: #2EEF96;
}
</style>
border-color css
<style>
span { border-color: #2EEF96; }
span { border-color: rgb(46,239,150); }
td.TdClassName
{
border-color: #2EEF96;
}
.TagClassName
{
border-color: #2EEF96;
}
</style>