Shades of Shamrock #2DE28E
Tints of Shamrock #2DE28E
RGB
CMYK
RGB Variations
Color information
#2DE28E (or 0x2DE28E) is known color: Shamrock. HEX triplet: 2D, E2 and 8E. RGB value is (45,226,142). Sum of RGB (Red+Green+Blue) = 45+226+142=413 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.90% from 413); Green value is 226 (88.67% from 255 or 54.72% from 413); Blue value is 142 (55.86% from 255 or 34.38% from 413); Max value from RGB is 226 - color contains mainly: green. Hex color #2DE28E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE28E is #D21D71. Grayscale: #A2A2A2. Windows color (decimal): -13770098 or 9364013. OLE color: 9364013.
HSL color Cylindrical-coordinate representation of color #2DE28E: hue angle of 152.15º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE28E is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 45 | 226 | 142 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.11 |
| HSL | 152.15º | 0.76% | 0.53% | - |
| HSV(B) | 152.15º | 0.8% | 0.89% | - |
| XYZ | 33.16 | 56.9 | 34.83 | - |
| YUV | 162.31 | 116.53 | 44.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 226 | 142 | 0.80 | 0 | 0.37 | 0.11 | 152.15 | 0.76 | 0.53 |
| Hex | 2D | E2 | 8E | 50 | 0 | 25 | B | 98 | 4C | 35 |
| Octal | 55 | 342 | 216 | 120 | 0 | 45 | 13 | 230 | 114 | 65 |
| Binary | 101101 | 11100010 | 10001110 | 1010000 | 0 | 100101 | 1011 | 10011000 | 1001100 | 110101 |
Color Harmonies of #2DE28E
Complementary color
Monochromatic Colors of #2DE28E
Black with #2DE28E
Text Example
Text Example
White with #2DE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE28E; }
p { color: rgb(45,226,142); }
H1.HeaderClassName
{
color: #2DE28E;
}
.AnyTagClassName
{
color: #2DE28E;
}
</style>
background-color css
<style>
a { background-color: #2DE28E; }
a { background-color: rgb(45,226,142); }
div.DivClassName
{
background-color: #2DE28E;
}
.BgClassName
{
background-color: #2DE28E;
}
</style>
border-color css
<style>
span { border-color: #2DE28E; }
span { border-color: rgb(45,226,142); }
td.TdClassName
{
border-color: #2DE28E;
}
.TagClassName
{
border-color: #2DE28E;
}
</style>