Shades of Shamrock #2EDF90
Tints of Shamrock #2EDF90
RGB
CMYK
RGB Variations
Color information
#2EDF90 (or 0x2EDF90) is known color: Shamrock. HEX triplet: 2E, DF and 90. RGB value is (46,223,144). Sum of RGB (Red+Green+Blue) = 46+223+144=413 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.14% from 413); Green value is 223 (87.5% from 255 or 54.00% from 413); Blue value is 144 (56.64% from 255 or 34.87% from 413); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF90 is #D1206F. Grayscale: #A1A1A1. Windows color (decimal): -13705328 or 9494318. OLE color: 9494318.
HSL color Cylindrical-coordinate representation of color #2EDF90: hue angle of 153.22º 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 #2EDF90 is Cyan = 0.79, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 144 | - |
| CMYK | 0.79 | 0 | 0.35 | 0.13 |
| HSL | 153.22º | 0.73% | 0.53% | - |
| HSV(B) | 153.22º | 0.79% | 0.87% | - |
| XYZ | 32.55 | 55.37 | 35.36 | - |
| YUV | 161.07 | 118.36 | 45.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 144 | 0.79 | 0 | 0.35 | 0.13 | 153.22 | 0.73 | 0.53 |
| Hex | 2E | DF | 90 | 4F | 0 | 23 | D | 99 | 49 | 35 |
| Octal | 56 | 337 | 220 | 117 | 0 | 43 | 15 | 231 | 111 | 65 |
| Binary | 101110 | 11011111 | 10010000 | 1001111 | 0 | 100011 | 1101 | 10011001 | 1001001 | 110101 |
Color Harmonies of #2EDF90
Complementary color
Monochromatic Colors of #2EDF90
Black with #2EDF90
Text Example
Text Example
White with #2EDF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF90; }
p { color: rgb(46,223,144); }
H1.HeaderClassName
{
color: #2EDF90;
}
.AnyTagClassName
{
color: #2EDF90;
}
</style>
background-color css
<style>
a { background-color: #2EDF90; }
a { background-color: rgb(46,223,144); }
div.DivClassName
{
background-color: #2EDF90;
}
.BgClassName
{
background-color: #2EDF90;
}
</style>
border-color css
<style>
span { border-color: #2EDF90; }
span { border-color: rgb(46,223,144); }
td.TdClassName
{
border-color: #2EDF90;
}
.TagClassName
{
border-color: #2EDF90;
}
</style>