Shades of Shamrock #2DEE80
Tints of Shamrock #2DEE80
RGB
CMYK
RGB Variations
Color information
#2DEE80 (or 0x2DEE80) is known color: Shamrock. HEX triplet: 2D, EE and 80. RGB value is (45,238,128). Sum of RGB (Red+Green+Blue) = 45+238+128=411 (54% of max value = 765). Red value is 45 (17.97% from 255 or 10.95% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEE80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEE80 is #D2117F. Grayscale: #A8A8A8. Windows color (decimal): -13767040 or 8449581. OLE color: 8449581.
HSL color Cylindrical-coordinate representation of color #2DEE80: hue angle of 145.8º 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 #2DEE80 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 128 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.07 |
| HSL | 145.8º | 0.85% | 0.55% | - |
| HSV(B) | 145.8º | 0.81% | 0.93% | - |
| XYZ | 35.55 | 63.27 | 30.76 | - |
| YUV | 167.75 | 105.56 | 40.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 128 | 0.81 | 0 | 0.46 | 0.07 | 145.8 | 0.85 | 0.55 |
| Hex | 2D | EE | 80 | 51 | 0 | 2E | 7 | 92 | 55 | 37 |
| Octal | 55 | 356 | 200 | 121 | 0 | 56 | 7 | 222 | 125 | 67 |
| Binary | 101101 | 11101110 | 10000000 | 1010001 | 0 | 101110 | 111 | 10010010 | 1010101 | 110111 |
Color Harmonies of #2DEE80
Complementary color
Monochromatic Colors of #2DEE80
Black with #2DEE80
Text Example
Text Example
White with #2DEE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEE80; }
p { color: rgb(45,238,128); }
H1.HeaderClassName
{
color: #2DEE80;
}
.AnyTagClassName
{
color: #2DEE80;
}
</style>
background-color css
<style>
a { background-color: #2DEE80; }
a { background-color: rgb(45,238,128); }
div.DivClassName
{
background-color: #2DEE80;
}
.BgClassName
{
background-color: #2DEE80;
}
</style>
border-color css
<style>
span { border-color: #2DEE80; }
span { border-color: rgb(45,238,128); }
td.TdClassName
{
border-color: #2DEE80;
}
.TagClassName
{
border-color: #2DEE80;
}
</style>