Shades of Shamrock #2DE89F
Tints of Shamrock #2DE89F
RGB
CMYK
RGB Variations
Color information
#2DE89F (or 0x2DE89F) is known color: Shamrock. HEX triplet: 2D, E8 and 9F. RGB value is (45,232,159). Sum of RGB (Red+Green+Blue) = 45+232+159=436 (57% of max value = 765). Red value is 45 (17.97% from 255 or 10.32% from 436); Green value is 232 (91.02% from 255 or 53.21% from 436); Blue value is 159 (62.5% from 255 or 36.47% from 436); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE89F is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE89F is #D21760. Grayscale: #A7A7A7. Windows color (decimal): -13768545 or 10479661. OLE color: 10479661.
HSL color Cylindrical-coordinate representation of color #2DE89F: hue angle of 156.58º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE89F is Cyan = 0.81, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 159 | - |
| CMYK | 0.81 | 0 | 0.31 | 0.09 |
| HSL | 156.58º | 0.8% | 0.54% | - |
| HSV(B) | 156.58º | 0.81% | 0.91% | - |
| XYZ | 36.2 | 60.77 | 42.62 | - |
| YUV | 167.77 | 123.05 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 159 | 0.81 | 0 | 0.31 | 0.09 | 156.58 | 0.8 | 0.54 |
| Hex | 2D | E8 | 9F | 51 | 0 | 1F | 9 | 9D | 50 | 36 |
| Octal | 55 | 350 | 237 | 121 | 0 | 37 | 11 | 235 | 120 | 66 |
| Binary | 101101 | 11101000 | 10011111 | 1010001 | 0 | 11111 | 1001 | 10011101 | 1010000 | 110110 |
Color Harmonies of #2DE89F
Complementary color
Monochromatic Colors of #2DE89F
Black with #2DE89F
Text Example
Text Example
White with #2DE89F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE89F; }
p { color: rgb(45,232,159); }
H1.HeaderClassName
{
color: #2DE89F;
}
.AnyTagClassName
{
color: #2DE89F;
}
</style>
background-color css
<style>
a { background-color: #2DE89F; }
a { background-color: rgb(45,232,159); }
div.DivClassName
{
background-color: #2DE89F;
}
.BgClassName
{
background-color: #2DE89F;
}
</style>
border-color css
<style>
span { border-color: #2DE89F; }
span { border-color: rgb(45,232,159); }
td.TdClassName
{
border-color: #2DE89F;
}
.TagClassName
{
border-color: #2DE89F;
}
</style>