Shades of Shamrock #2EDF82
Tints of Shamrock #2EDF82
RGB
CMYK
RGB Variations
Color information
#2EDF82 (or 0x2EDF82) is known color: Shamrock. HEX triplet: 2E, DF and 82. RGB value is (46,223,130). Sum of RGB (Red+Green+Blue) = 46+223+130=399 (52% of max value = 765). Red value is 46 (18.36% from 255 or 11.53% from 399); Green value is 223 (87.5% from 255 or 55.89% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 223 - color contains mainly: green. Hex color #2EDF82 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EDF82 is #D1207D. Grayscale: #9F9F9F. Windows color (decimal): -13705342 or 8576814. OLE color: 8576814.
HSL color Cylindrical-coordinate representation of color #2EDF82: hue angle of 148.47º 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 #2EDF82 is Cyan = 0.79, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 46 | 223 | 130 | - |
| CMYK | 0.79 | 0 | 0.42 | 0.13 |
| HSL | 148.47º | 0.73% | 0.53% | - |
| HSV(B) | 148.47º | 0.79% | 0.87% | - |
| XYZ | 31.54 | 54.97 | 30.07 | - |
| YUV | 159.48 | 111.36 | 47.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 223 | 130 | 0.79 | 0 | 0.42 | 0.13 | 148.47 | 0.73 | 0.53 |
| Hex | 2E | DF | 82 | 4F | 0 | 2A | D | 94 | 49 | 35 |
| Octal | 56 | 337 | 202 | 117 | 0 | 52 | 15 | 224 | 111 | 65 |
| Binary | 101110 | 11011111 | 10000010 | 1001111 | 0 | 101010 | 1101 | 10010100 | 1001001 | 110101 |
Color Harmonies of #2EDF82
Complementary color
Monochromatic Colors of #2EDF82
Black with #2EDF82
Text Example
Text Example
White with #2EDF82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EDF82; }
p { color: rgb(46,223,130); }
H1.HeaderClassName
{
color: #2EDF82;
}
.AnyTagClassName
{
color: #2EDF82;
}
</style>
background-color css
<style>
a { background-color: #2EDF82; }
a { background-color: rgb(46,223,130); }
div.DivClassName
{
background-color: #2EDF82;
}
.BgClassName
{
background-color: #2EDF82;
}
</style>
border-color css
<style>
span { border-color: #2EDF82; }
span { border-color: rgb(46,223,130); }
td.TdClassName
{
border-color: #2EDF82;
}
.TagClassName
{
border-color: #2EDF82;
}
</style>