Shades of Shamrock #2EDF8C
Tints of Shamrock #2EDF8C
RGB
CMYK
RGB Variations
Color information
#2EDF8C (or 0x2EDF8C) is known color: Shamrock. HEX triplet: 2E, DF and 8C. RGB value is (46,223,140). Sum of RGB (Red+Green+Blue) = 46+223+140=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 140 (55.08% from 255 or 34.23% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF8C is #D12073. Grayscale: #A0A0A0. Windows color (decimal): -13705332 or 9232174. OLE color: 9232174.
HSL color Cylindrical-coordinate representation of color #2EDF8C: hue angle of 151.86º 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 #2EDF8C is Cyan = 0.79, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 140 | - |
| CMYK | 0.79 | 0 | 0.37 | 0.13 |
| HSL | 151.86º | 0.73% | 0.53% | - |
| HSV(B) | 151.86º | 0.79% | 0.87% | - |
| XYZ | 32.25 | 55.25 | 33.78 | - |
| YUV | 160.62 | 116.36 | 46.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 140 | 0.79 | 0 | 0.37 | 0.13 | 151.86 | 0.73 | 0.53 |
| Hex | 2E | DF | 8C | 4F | 0 | 25 | D | 98 | 49 | 35 |
| Octal | 56 | 337 | 214 | 117 | 0 | 45 | 15 | 230 | 111 | 65 |
| Binary | 101110 | 11011111 | 10001100 | 1001111 | 0 | 100101 | 1101 | 10011000 | 1001001 | 110101 |
Color Harmonies of #2EDF8C
Complementary color
Monochromatic Colors of #2EDF8C
Black with #2EDF8C
Text Example
Text Example
White with #2EDF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF8C; }
p { color: rgb(46,223,140); }
H1.HeaderClassName
{
color: #2EDF8C;
}
.AnyTagClassName
{
color: #2EDF8C;
}
</style>
background-color css
<style>
a { background-color: #2EDF8C; }
a { background-color: rgb(46,223,140); }
div.DivClassName
{
background-color: #2EDF8C;
}
.BgClassName
{
background-color: #2EDF8C;
}
</style>
border-color css
<style>
span { border-color: #2EDF8C; }
span { border-color: rgb(46,223,140); }
td.TdClassName
{
border-color: #2EDF8C;
}
.TagClassName
{
border-color: #2EDF8C;
}
</style>