Shades of Shamrock #2EDF8A
Tints of Shamrock #2EDF8A
RGB
CMYK
RGB Variations
Color information
#2EDF8A (or 0x2EDF8A) is known color: Shamrock. HEX triplet: 2E, DF and 8A. RGB value is (46,223,138). Sum of RGB (Red+Green+Blue) = 46+223+138=407 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.30% from 407); Green value is 223 (87.5% from 255 or 54.79% from 407); Blue value is 138 (54.30% from 255 or 33.91% from 407); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF8A is #D12075. Grayscale: #A0A0A0. Windows color (decimal): -13705334 or 9101102. OLE color: 9101102.
HSL color Cylindrical-coordinate representation of color #2EDF8A: hue angle of 151.19º 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 #2EDF8A is Cyan = 0.79, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 138 | - |
| CMYK | 0.79 | 0 | 0.38 | 0.13 |
| HSL | 151.19º | 0.73% | 0.53% | - |
| HSV(B) | 151.19º | 0.79% | 0.87% | - |
| XYZ | 32.1 | 55.19 | 33.01 | - |
| YUV | 160.39 | 115.36 | 46.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 138 | 0.79 | 0 | 0.38 | 0.13 | 151.19 | 0.73 | 0.53 |
| Hex | 2E | DF | 8A | 4F | 0 | 26 | D | 97 | 49 | 35 |
| Octal | 56 | 337 | 212 | 117 | 0 | 46 | 15 | 227 | 111 | 65 |
| Binary | 101110 | 11011111 | 10001010 | 1001111 | 0 | 100110 | 1101 | 10010111 | 1001001 | 110101 |
Color Harmonies of #2EDF8A
Complementary color
Monochromatic Colors of #2EDF8A
Black with #2EDF8A
Text Example
Text Example
White with #2EDF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF8A; }
p { color: rgb(46,223,138); }
H1.HeaderClassName
{
color: #2EDF8A;
}
.AnyTagClassName
{
color: #2EDF8A;
}
</style>
background-color css
<style>
a { background-color: #2EDF8A; }
a { background-color: rgb(46,223,138); }
div.DivClassName
{
background-color: #2EDF8A;
}
.BgClassName
{
background-color: #2EDF8A;
}
</style>
border-color css
<style>
span { border-color: #2EDF8A; }
span { border-color: rgb(46,223,138); }
td.TdClassName
{
border-color: #2EDF8A;
}
.TagClassName
{
border-color: #2EDF8A;
}
</style>