Shades of Shamrock #2DDF80
Tints of Shamrock #2DDF80
RGB
CMYK
RGB Variations
Color information
#2DDF80 (or 0x2DDF80) is known color: Shamrock. HEX triplet: 2D, DF and 80. RGB value is (45,223,128). Sum of RGB (Red+Green+Blue) = 45+223+128=396 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.36% from 396); Green value is 223 (87.5% from 255 or 56.31% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 223 - color contains mainly: green. Hex color #2DDF80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DDF80 is #D2207F. Grayscale: #9F9F9F. Windows color (decimal): -13770880 or 8445741. OLE color: 8445741.
HSL color Cylindrical-coordinate representation of color #2DDF80: hue angle of 147.98º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2DDF80 is Cyan = 0.80, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 45 | 223 | 128 | - |
| CMYK | 0.80 | 0 | 0.43 | 0.13 |
| HSL | 147.98º | 0.74% | 0.53% | - |
| HSV(B) | 147.98º | 0.8% | 0.87% | - |
| XYZ | 31.37 | 54.89 | 29.36 | - |
| YUV | 158.95 | 110.53 | 46.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 223 | 128 | 0.80 | 0 | 0.43 | 0.13 | 147.98 | 0.74 | 0.53 |
| Hex | 2D | DF | 80 | 50 | 0 | 2B | D | 94 | 4A | 35 |
| Octal | 55 | 337 | 200 | 120 | 0 | 53 | 15 | 224 | 112 | 65 |
| Binary | 101101 | 11011111 | 10000000 | 1010000 | 0 | 101011 | 1101 | 10010100 | 1001010 | 110101 |
Color Harmonies of #2DDF80
Complementary color
Monochromatic Colors of #2DDF80
Black with #2DDF80
Text Example
Text Example
White with #2DDF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DDF80; }
p { color: rgb(45,223,128); }
H1.HeaderClassName
{
color: #2DDF80;
}
.AnyTagClassName
{
color: #2DDF80;
}
</style>
background-color css
<style>
a { background-color: #2DDF80; }
a { background-color: rgb(45,223,128); }
div.DivClassName
{
background-color: #2DDF80;
}
.BgClassName
{
background-color: #2DDF80;
}
</style>
border-color css
<style>
span { border-color: #2DDF80; }
span { border-color: rgb(45,223,128); }
td.TdClassName
{
border-color: #2DDF80;
}
.TagClassName
{
border-color: #2DDF80;
}
</style>