Shades of Shamrock #2EC282
Tints of Shamrock #2EC282
RGB
CMYK
RGB Variations
Color information
#2EC282 (or 0x2EC282) is known color: Shamrock. HEX triplet: 2E, C2 and 82. RGB value is (46,194,130). Sum of RGB (Red+Green+Blue) = 46+194+130=370 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.43% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 130 (51.17% from 255 or 35.14% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #2EC282 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2EC282 is #D13D7D. Grayscale: #8E8E8E. Windows color (decimal): -13712766 or 8569390. OLE color: 8569390.
HSL color Cylindrical-coordinate representation of color #2EC282: hue angle of 154.05º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2EC282 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 46 | 194 | 130 | - |
| CMYK | 0.76 | 0 | 0.33 | 0.24 |
| HSL | 154.05º | 0.62% | 0.47% | - |
| HSV(B) | 154.05º | 0.76% | 0.76% | - |
| XYZ | 24.45 | 40.78 | 27.7 | - |
| YUV | 142.45 | 120.97 | 59.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 194 | 130 | 0.76 | 0 | 0.33 | 0.24 | 154.05 | 0.62 | 0.47 |
| Hex | 2E | C2 | 82 | 4C | 0 | 21 | 18 | 9A | 3E | 2F |
| Octal | 56 | 302 | 202 | 114 | 0 | 41 | 30 | 232 | 76 | 57 |
| Binary | 101110 | 11000010 | 10000010 | 1001100 | 0 | 100001 | 11000 | 10011010 | 111110 | 101111 |
Color Harmonies of #2EC282
Complementary color
Monochromatic Colors of #2EC282
Black with #2EC282
Text Example
Text Example
White with #2EC282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2EC282; }
p { color: rgb(46,194,130); }
H1.HeaderClassName
{
color: #2EC282;
}
.AnyTagClassName
{
color: #2EC282;
}
</style>
background-color css
<style>
a { background-color: #2EC282; }
a { background-color: rgb(46,194,130); }
div.DivClassName
{
background-color: #2EC282;
}
.BgClassName
{
background-color: #2EC282;
}
</style>
border-color css
<style>
span { border-color: #2EC282; }
span { border-color: rgb(46,194,130); }
td.TdClassName
{
border-color: #2EC282;
}
.TagClassName
{
border-color: #2EC282;
}
</style>