Shades of Shamrock #2DEEAD
Tints of Shamrock #2DEEAD
RGB
CMYK
RGB Variations
Color information
#2DEEAD (or 0x2DEEAD) is known color: Shamrock. HEX triplet: 2D, EE and AD. RGB value is (45,238,173). Sum of RGB (Red+Green+Blue) = 45+238+173=456 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.87% from 456); Green value is 238 (93.36% from 255 or 52.19% from 456); Blue value is 173 (67.97% from 255 or 37.94% from 456); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEEAD is #D21152. Grayscale: #ACACAC. Windows color (decimal): -13766995 or 11398701. OLE color: 11398701.
HSL color Cylindrical-coordinate representation of color #2DEEAD: hue angle of 159.79º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEEAD is Cyan = 0.81, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 173 | - |
| CMYK | 0.81 | 0 | 0.27 | 0.07 |
| HSL | 159.79º | 0.85% | 0.55% | - |
| HSV(B) | 159.79º | 0.81% | 0.93% | - |
| XYZ | 39.2 | 64.72 | 49.96 | - |
| YUV | 172.88 | 128.06 | 36.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 173 | 0.81 | 0 | 0.27 | 0.07 | 159.79 | 0.85 | 0.55 |
| Hex | 2D | EE | AD | 51 | 0 | 1B | 7 | A0 | 55 | 37 |
| Octal | 55 | 356 | 255 | 121 | 0 | 33 | 7 | 240 | 125 | 67 |
| Binary | 101101 | 11101110 | 10101101 | 1010001 | 0 | 11011 | 111 | 10100000 | 1010101 | 110111 |
Color Harmonies of #2DEEAD
Complementary color
Monochromatic Colors of #2DEEAD
Black with #2DEEAD
Text Example
Text Example
White with #2DEEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEAD; }
p { color: rgb(45,238,173); }
H1.HeaderClassName
{
color: #2DEEAD;
}
.AnyTagClassName
{
color: #2DEEAD;
}
</style>
background-color css
<style>
a { background-color: #2DEEAD; }
a { background-color: rgb(45,238,173); }
div.DivClassName
{
background-color: #2DEEAD;
}
.BgClassName
{
background-color: #2DEEAD;
}
</style>
border-color css
<style>
span { border-color: #2DEEAD; }
span { border-color: rgb(45,238,173); }
td.TdClassName
{
border-color: #2DEEAD;
}
.TagClassName
{
border-color: #2DEEAD;
}
</style>