Shades of Shamrock #2DEB80
Tints of Shamrock #2DEB80
RGB
CMYK
RGB Variations
Color information
#2DEB80 (or 0x2DEB80) is known color: Shamrock. HEX triplet: 2D, EB and 80. RGB value is (45,235,128). Sum of RGB (Red+Green+Blue) = 45+235+128=408 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.03% from 408); Green value is 235 (92.19% from 255 or 57.60% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 235 - color contains mainly: green. Hex color #2DEB80 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEB80 is #D2147F. Grayscale: #A6A6A6. Windows color (decimal): -13767808 or 8448813. OLE color: 8448813.
HSL color Cylindrical-coordinate representation of color #2DEB80: hue angle of 146.21º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEB80 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 45 | 235 | 128 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.08 |
| HSL | 146.21º | 0.83% | 0.55% | - |
| HSV(B) | 146.21º | 0.81% | 0.92% | - |
| XYZ | 34.69 | 61.53 | 30.47 | - |
| YUV | 165.99 | 106.55 | 41.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 235 | 128 | 0.81 | 0 | 0.46 | 0.08 | 146.21 | 0.83 | 0.55 |
| Hex | 2D | EB | 80 | 51 | 0 | 2E | 8 | 92 | 53 | 37 |
| Octal | 55 | 353 | 200 | 121 | 0 | 56 | 10 | 222 | 123 | 67 |
| Binary | 101101 | 11101011 | 10000000 | 1010001 | 0 | 101110 | 1000 | 10010010 | 1010011 | 110111 |
Color Harmonies of #2DEB80
Complementary color
Monochromatic Colors of #2DEB80
Black with #2DEB80
Text Example
Text Example
White with #2DEB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEB80; }
p { color: rgb(45,235,128); }
H1.HeaderClassName
{
color: #2DEB80;
}
.AnyTagClassName
{
color: #2DEB80;
}
</style>
background-color css
<style>
a { background-color: #2DEB80; }
a { background-color: rgb(45,235,128); }
div.DivClassName
{
background-color: #2DEB80;
}
.BgClassName
{
background-color: #2DEB80;
}
</style>
border-color css
<style>
span { border-color: #2DEB80; }
span { border-color: rgb(45,235,128); }
td.TdClassName
{
border-color: #2DEB80;
}
.TagClassName
{
border-color: #2DEB80;
}
</style>