Shades of Shamrock #2DE88B
Tints of Shamrock #2DE88B
RGB
CMYK
RGB Variations
Color information
#2DE88B (or 0x2DE88B) is known color: Shamrock. HEX triplet: 2D, E8 and 8B. RGB value is (45,232,139). Sum of RGB (Red+Green+Blue) = 45+232+139=416 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.82% from 416); Green value is 232 (91.02% from 255 or 55.77% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 232 - color contains mainly: green. Hex color #2DE88B is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DE88B is #D21774. Grayscale: #A5A5A5. Windows color (decimal): -13768565 or 9168941. OLE color: 9168941.
HSL color Cylindrical-coordinate representation of color #2DE88B: hue angle of 150.16º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DE88B is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 45 | 232 | 139 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.09 |
| HSL | 150.16º | 0.8% | 0.54% | - |
| HSV(B) | 150.16º | 0.81% | 0.91% | - |
| XYZ | 34.6 | 60.14 | 34.21 | - |
| YUV | 165.49 | 113.05 | 42.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 232 | 139 | 0.81 | 0 | 0.40 | 0.09 | 150.16 | 0.8 | 0.54 |
| Hex | 2D | E8 | 8B | 51 | 0 | 28 | 9 | 96 | 50 | 36 |
| Octal | 55 | 350 | 213 | 121 | 0 | 50 | 11 | 226 | 120 | 66 |
| Binary | 101101 | 11101000 | 10001011 | 1010001 | 0 | 101000 | 1001 | 10010110 | 1010000 | 110110 |
Color Harmonies of #2DE88B
Complementary color
Monochromatic Colors of #2DE88B
Black with #2DE88B
Text Example
Text Example
White with #2DE88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DE88B; }
p { color: rgb(45,232,139); }
H1.HeaderClassName
{
color: #2DE88B;
}
.AnyTagClassName
{
color: #2DE88B;
}
</style>
background-color css
<style>
a { background-color: #2DE88B; }
a { background-color: rgb(45,232,139); }
div.DivClassName
{
background-color: #2DE88B;
}
.BgClassName
{
background-color: #2DE88B;
}
</style>
border-color css
<style>
span { border-color: #2DE88B; }
span { border-color: rgb(45,232,139); }
td.TdClassName
{
border-color: #2DE88B;
}
.TagClassName
{
border-color: #2DE88B;
}
</style>