Shades of Shamrock #2EDF86
Tints of Shamrock #2EDF86
RGB
CMYK
RGB Variations
Color information
#2EDF86 (or 0x2EDF86) is known color: Shamrock. HEX triplet: 2E, DF and 86. RGB value is (46,223,134). Sum of RGB (Red+Green+Blue) = 46+223+134=403 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.41% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF86 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF86 is #D12079. Grayscale: #A0A0A0. Windows color (decimal): -13705338 or 8838958. OLE color: 8838958.
HSL color Cylindrical-coordinate representation of color #2EDF86: hue angle of 149.83º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDF86 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 134 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.13 |
| HSL | 149.83º | 0.73% | 0.53% | - |
| HSV(B) | 149.83º | 0.79% | 0.87% | - |
| XYZ | 31.82 | 55.08 | 31.51 | - |
| YUV | 159.93 | 113.36 | 46.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 134 | 0.79 | 0 | 0.40 | 0.13 | 149.83 | 0.73 | 0.53 |
| Hex | 2E | DF | 86 | 4F | 0 | 28 | D | 96 | 49 | 35 |
| Octal | 56 | 337 | 206 | 117 | 0 | 50 | 15 | 226 | 111 | 65 |
| Binary | 101110 | 11011111 | 10000110 | 1001111 | 0 | 101000 | 1101 | 10010110 | 1001001 | 110101 |
Color Harmonies of #2EDF86
Complementary color
Monochromatic Colors of #2EDF86
Black with #2EDF86
Text Example
Text Example
White with #2EDF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF86; }
p { color: rgb(46,223,134); }
H1.HeaderClassName
{
color: #2EDF86;
}
.AnyTagClassName
{
color: #2EDF86;
}
</style>
background-color css
<style>
a { background-color: #2EDF86; }
a { background-color: rgb(46,223,134); }
div.DivClassName
{
background-color: #2EDF86;
}
.BgClassName
{
background-color: #2EDF86;
}
</style>
border-color css
<style>
span { border-color: #2EDF86; }
span { border-color: rgb(46,223,134); }
td.TdClassName
{
border-color: #2EDF86;
}
.TagClassName
{
border-color: #2EDF86;
}
</style>