Shades of Shamrock #2DE18D
Tints of Shamrock #2DE18D
RGB
CMYK
RGB Variations
Color information
#2DE18D (or 0x2DE18D) is known color: Shamrock. HEX triplet: 2D, E1 and 8D. RGB value is (45,225,141). Sum of RGB (Red+Green+Blue) = 45+225+141=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 225 (88.28% from 255 or 54.74% from 411); Blue value is 141 (55.47% from 255 or 34.31% from 411); Max value from RGB is 225 - color contains mainly: green. Hex color #2DE18D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DE18D is #D21E72. Grayscale: #A1A1A1. Windows color (decimal): -13770355 or 9298221. OLE color: 9298221.
HSL color Cylindrical-coordinate representation of color #2DE18D: hue angle of 152º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DE18D is Cyan = 0.8, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 45 | 225 | 141 | - |
| CMYK | 0.8 | 0 | 0.37 | 0.12 |
| HSL | 152º | 0.75% | 0.53% | - |
| HSV(B) | 152º | 0.8% | 0.88% | - |
| XYZ | 32.82 | 56.33 | 34.34 | - |
| YUV | 161.6 | 116.37 | 44.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 225 | 141 | 0.8 | 0 | 0.37 | 0.12 | 152 | 0.75 | 0.53 |
| Hex | 2D | E1 | 8D | 50 | 0 | 25 | C | 98 | 4B | 35 |
| Octal | 55 | 341 | 215 | 120 | 0 | 45 | 14 | 230 | 113 | 65 |
| Binary | 101101 | 11100001 | 10001101 | 1010000 | 0 | 100101 | 1100 | 10011000 | 1001011 | 110101 |
Color Harmonies of #2DE18D
Complementary color
Monochromatic Colors of #2DE18D
Black with #2DE18D
Text Example
Text Example
White with #2DE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE18D; }
p { color: rgb(45,225,141); }
H1.HeaderClassName
{
color: #2DE18D;
}
.AnyTagClassName
{
color: #2DE18D;
}
</style>
background-color css
<style>
a { background-color: #2DE18D; }
a { background-color: rgb(45,225,141); }
div.DivClassName
{
background-color: #2DE18D;
}
.BgClassName
{
background-color: #2DE18D;
}
</style>
border-color css
<style>
span { border-color: #2DE18D; }
span { border-color: rgb(45,225,141); }
td.TdClassName
{
border-color: #2DE18D;
}
.TagClassName
{
border-color: #2DE18D;
}
</style>