Shades of Shamrock #2EDF93
Tints of Shamrock #2EDF93
RGB
CMYK
RGB Variations
Color information
#2EDF93 (or 0x2EDF93) is known color: Shamrock. HEX triplet: 2E, DF and 93. RGB value is (46,223,147). Sum of RGB (Red+Green+Blue) = 46+223+147=416 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.06% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF93 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF93 is #D1206C. Grayscale: #A1A1A1. Windows color (decimal): -13705325 or 9690926. OLE color: 9690926.
HSL color Cylindrical-coordinate representation of color #2EDF93: hue angle of 154.24º 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 #2EDF93 is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 147 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.13 |
| HSL | 154.24º | 0.73% | 0.53% | - |
| HSV(B) | 154.24º | 0.79% | 0.87% | - |
| XYZ | 32.78 | 55.46 | 36.58 | - |
| YUV | 161.41 | 119.86 | 45.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 147 | 0.79 | 0 | 0.34 | 0.13 | 154.24 | 0.73 | 0.53 |
| Hex | 2E | DF | 93 | 4F | 0 | 22 | D | 9A | 49 | 35 |
| Octal | 56 | 337 | 223 | 117 | 0 | 42 | 15 | 232 | 111 | 65 |
| Binary | 101110 | 11011111 | 10010011 | 1001111 | 0 | 100010 | 1101 | 10011010 | 1001001 | 110101 |
Color Harmonies of #2EDF93
Complementary color
Monochromatic Colors of #2EDF93
Black with #2EDF93
Text Example
Text Example
White with #2EDF93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF93; }
p { color: rgb(46,223,147); }
H1.HeaderClassName
{
color: #2EDF93;
}
.AnyTagClassName
{
color: #2EDF93;
}
</style>
background-color css
<style>
a { background-color: #2EDF93; }
a { background-color: rgb(46,223,147); }
div.DivClassName
{
background-color: #2EDF93;
}
.BgClassName
{
background-color: #2EDF93;
}
</style>
border-color css
<style>
span { border-color: #2EDF93; }
span { border-color: rgb(46,223,147); }
td.TdClassName
{
border-color: #2EDF93;
}
.TagClassName
{
border-color: #2EDF93;
}
</style>