Shades of Shamrock #2DDC7F
Tints of Shamrock #2DDC7F
RGB
CMYK
RGB Variations
Color information
#2DDC7F (or 0x2DDC7F) is known color: Shamrock. HEX triplet: 2D, DC and 7F. RGB value is (45,220,127). Sum of RGB (Red+Green+Blue) = 45+220+127=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 220 (86.33% from 255 or 56.12% from 392); Blue value is 127 (50% from 255 or 32.40% from 392); Max value from RGB is 220 - color contains mainly: green. Hex color #2DDC7F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2DDC7F is #D22380. Grayscale: #9D9D9D. Windows color (decimal): -13771649 or 8379437. OLE color: 8379437.
HSL color Cylindrical-coordinate representation of color #2DDC7F: hue angle of 148.11º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDC7F is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 45 | 220 | 127 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.14 |
| HSL | 148.11º | 0.71% | 0.52% | - |
| HSV(B) | 148.11º | 0.8% | 0.86% | - |
| XYZ | 30.51 | 53.28 | 28.75 | - |
| YUV | 157.07 | 111.02 | 48.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 220 | 127 | 0.80 | 0 | 0.42 | 0.14 | 148.11 | 0.71 | 0.52 |
| Hex | 2D | DC | 7F | 50 | 0 | 2A | E | 94 | 47 | 34 |
| Octal | 55 | 334 | 177 | 120 | 0 | 52 | 16 | 224 | 107 | 64 |
| Binary | 101101 | 11011100 | 1111111 | 1010000 | 0 | 101010 | 1110 | 10010100 | 1000111 | 110100 |
Color Harmonies of #2DDC7F
Complementary color
Monochromatic Colors of #2DDC7F
Black with #2DDC7F
Text Example
Text Example
White with #2DDC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDC7F; }
p { color: rgb(45,220,127); }
H1.HeaderClassName
{
color: #2DDC7F;
}
.AnyTagClassName
{
color: #2DDC7F;
}
</style>
background-color css
<style>
a { background-color: #2DDC7F; }
a { background-color: rgb(45,220,127); }
div.DivClassName
{
background-color: #2DDC7F;
}
.BgClassName
{
background-color: #2DDC7F;
}
</style>
border-color css
<style>
span { border-color: #2DDC7F; }
span { border-color: rgb(45,220,127); }
td.TdClassName
{
border-color: #2DDC7F;
}
.TagClassName
{
border-color: #2DDC7F;
}
</style>