Shades of Shamrock #2DD88F
Tints of Shamrock #2DD88F
RGB
CMYK
RGB Variations
Color information
#2DD88F (or 0x2DD88F) is known color: Shamrock. HEX triplet: 2D, D8 and 8F. RGB value is (45,216,143). Sum of RGB (Red+Green+Blue) = 45+216+143=404 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.14% from 404); Green value is 216 (84.77% from 255 or 53.47% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 216 - color contains mainly: green. Hex color #2DD88F is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DD88F is #D22770. Grayscale: #9C9C9C. Windows color (decimal): -13772657 or 9426989. OLE color: 9426989.
HSL color Cylindrical-coordinate representation of color #2DD88F: hue angle of 154.39º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2DD88F is Cyan = 0.79, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 45 | 216 | 143 | - |
| CMYK | 0.79 | 0 | 0.34 | 0.15 |
| HSL | 154.39º | 0.69% | 0.51% | - |
| HSV(B) | 154.39º | 0.79% | 0.85% | - |
| XYZ | 30.6 | 51.65 | 34.34 | - |
| YUV | 156.55 | 120.35 | 48.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 216 | 143 | 0.79 | 0 | 0.34 | 0.15 | 154.39 | 0.69 | 0.51 |
| Hex | 2D | D8 | 8F | 4F | 0 | 22 | F | 9A | 45 | 33 |
| Octal | 55 | 330 | 217 | 117 | 0 | 42 | 17 | 232 | 105 | 63 |
| Binary | 101101 | 11011000 | 10001111 | 1001111 | 0 | 100010 | 1111 | 10011010 | 1000101 | 110011 |
Color Harmonies of #2DD88F
Complementary color
Monochromatic Colors of #2DD88F
Black with #2DD88F
Text Example
Text Example
White with #2DD88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DD88F; }
p { color: rgb(45,216,143); }
H1.HeaderClassName
{
color: #2DD88F;
}
.AnyTagClassName
{
color: #2DD88F;
}
</style>
background-color css
<style>
a { background-color: #2DD88F; }
a { background-color: rgb(45,216,143); }
div.DivClassName
{
background-color: #2DD88F;
}
.BgClassName
{
background-color: #2DD88F;
}
</style>
border-color css
<style>
span { border-color: #2DD88F; }
span { border-color: rgb(45,216,143); }
td.TdClassName
{
border-color: #2DD88F;
}
.TagClassName
{
border-color: #2DD88F;
}
</style>