Shades of Shamrock #2EDD85
Tints of Shamrock #2EDD85
RGB
CMYK
RGB Variations
Color information
#2EDD85 (or 0x2EDD85) is known color: Shamrock. HEX triplet: 2E, DD and 85. RGB value is (46,221,133). Sum of RGB (Red+Green+Blue) = 46+221+133=400 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.5% from 400); Green value is 221 (86.72% from 255 or 55.25% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 221 - color contains mainly: green. Hex color #2EDD85 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDD85 is #D1227A. Grayscale: #9E9E9E. Windows color (decimal): -13705851 or 8772910. OLE color: 8772910.
HSL color Cylindrical-coordinate representation of color #2EDD85: hue angle of 149.83º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EDD85 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 221 | 133 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.13 |
| HSL | 149.83º | 0.72% | 0.52% | - |
| HSV(B) | 149.83º | 0.79% | 0.87% | - |
| XYZ | 31.22 | 53.99 | 30.97 | - |
| YUV | 158.64 | 113.52 | 47.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 221 | 133 | 0.79 | 0 | 0.40 | 0.13 | 149.83 | 0.72 | 0.52 |
| Hex | 2E | DD | 85 | 4F | 0 | 28 | D | 96 | 48 | 34 |
| Octal | 56 | 335 | 205 | 117 | 0 | 50 | 15 | 226 | 110 | 64 |
| Binary | 101110 | 11011101 | 10000101 | 1001111 | 0 | 101000 | 1101 | 10010110 | 1001000 | 110100 |
Color Harmonies of #2EDD85
Complementary color
Monochromatic Colors of #2EDD85
Black with #2EDD85
Text Example
Text Example
White with #2EDD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDD85; }
p { color: rgb(46,221,133); }
H1.HeaderClassName
{
color: #2EDD85;
}
.AnyTagClassName
{
color: #2EDD85;
}
</style>
background-color css
<style>
a { background-color: #2EDD85; }
a { background-color: rgb(46,221,133); }
div.DivClassName
{
background-color: #2EDD85;
}
.BgClassName
{
background-color: #2EDD85;
}
</style>
border-color css
<style>
span { border-color: #2EDD85; }
span { border-color: rgb(46,221,133); }
td.TdClassName
{
border-color: #2EDD85;
}
.TagClassName
{
border-color: #2EDD85;
}
</style>