Shades of Shamrock #2DE890
Tints of Shamrock #2DE890
RGB
CMYK
RGB Variations
Color information
#2DE890 (or 0x2DE890) is known color: Shamrock. HEX triplet: 2D, E8 and 90. RGB value is (45,232,144). Sum of RGB (Red+Green+Blue) = 45+232+144=421 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.69% from 421); Green value is 232 (91.02% from 255 or 55.11% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE890 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE890 is #D2176F. Grayscale: #A6A6A6. Windows color (decimal): -13768560 or 9496621. OLE color: 9496621.
HSL color Cylindrical-coordinate representation of color #2DE890: hue angle of 151.76º 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 #2DE890 is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 144 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.09 |
| HSL | 151.76º | 0.8% | 0.54% | - |
| HSV(B) | 151.76º | 0.81% | 0.91% | - |
| XYZ | 34.97 | 60.28 | 36.18 | - |
| YUV | 166.06 | 115.55 | 41.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 144 | 0.81 | 0 | 0.38 | 0.09 | 151.76 | 0.8 | 0.54 |
| Hex | 2D | E8 | 90 | 51 | 0 | 26 | 9 | 98 | 50 | 36 |
| Octal | 55 | 350 | 220 | 121 | 0 | 46 | 11 | 230 | 120 | 66 |
| Binary | 101101 | 11101000 | 10010000 | 1010001 | 0 | 100110 | 1001 | 10011000 | 1010000 | 110110 |
Color Harmonies of #2DE890
Complementary color
Monochromatic Colors of #2DE890
Black with #2DE890
Text Example
Text Example
White with #2DE890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE890; }
p { color: rgb(45,232,144); }
H1.HeaderClassName
{
color: #2DE890;
}
.AnyTagClassName
{
color: #2DE890;
}
</style>
background-color css
<style>
a { background-color: #2DE890; }
a { background-color: rgb(45,232,144); }
div.DivClassName
{
background-color: #2DE890;
}
.BgClassName
{
background-color: #2DE890;
}
</style>
border-color css
<style>
span { border-color: #2DE890; }
span { border-color: rgb(45,232,144); }
td.TdClassName
{
border-color: #2DE890;
}
.TagClassName
{
border-color: #2DE890;
}
</style>