Shades of Shamrock #2DDE8E
Tints of Shamrock #2DDE8E
RGB
CMYK
RGB Variations
Color information
#2DDE8E (or 0x2DDE8E) is known color: Shamrock. HEX triplet: 2D, DE and 8E. RGB value is (45,222,142). Sum of RGB (Red+Green+Blue) = 45+222+142=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 222 (87.11% from 255 or 54.28% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 222 - color contains mainly: green. Hex color #2DDE8E is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDE8E is #D22171. Grayscale: #A0A0A0. Windows color (decimal): -13771122 or 9362989. OLE color: 9362989.
HSL color Cylindrical-coordinate representation of color #2DDE8E: hue angle of 152.88º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDE8E is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 222 | 142 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.13 |
| HSL | 152.88º | 0.73% | 0.52% | - |
| HSV(B) | 152.88º | 0.8% | 0.87% | - |
| XYZ | 32.09 | 54.75 | 34.47 | - |
| YUV | 159.96 | 117.86 | 46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 222 | 142 | 0.80 | 0 | 0.36 | 0.13 | 152.88 | 0.73 | 0.52 |
| Hex | 2D | DE | 8E | 50 | 0 | 24 | D | 99 | 49 | 34 |
| Octal | 55 | 336 | 216 | 120 | 0 | 44 | 15 | 231 | 111 | 64 |
| Binary | 101101 | 11011110 | 10001110 | 1010000 | 0 | 100100 | 1101 | 10011001 | 1001001 | 110100 |
Color Harmonies of #2DDE8E
Complementary color
Monochromatic Colors of #2DDE8E
Black with #2DDE8E
Text Example
Text Example
White with #2DDE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDE8E; }
p { color: rgb(45,222,142); }
H1.HeaderClassName
{
color: #2DDE8E;
}
.AnyTagClassName
{
color: #2DDE8E;
}
</style>
background-color css
<style>
a { background-color: #2DDE8E; }
a { background-color: rgb(45,222,142); }
div.DivClassName
{
background-color: #2DDE8E;
}
.BgClassName
{
background-color: #2DDE8E;
}
</style>
border-color css
<style>
span { border-color: #2DDE8E; }
span { border-color: rgb(45,222,142); }
td.TdClassName
{
border-color: #2DDE8E;
}
.TagClassName
{
border-color: #2DDE8E;
}
</style>