Shades of Shamrock #2DEEA8
Tints of Shamrock #2DEEA8
RGB
CMYK
RGB Variations
Color information
#2DEEA8 (or 0x2DEEA8) is known color: Shamrock. HEX triplet: 2D, EE and A8. RGB value is (45,238,168). Sum of RGB (Red+Green+Blue) = 45+238+168=451 (59% of max value = 765). Red value is 45 (17.97% from 255 or 9.98% from 451); Green value is 238 (93.36% from 255 or 52.77% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 238 - color contains mainly: green. Hex color #2DEEA8 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEEA8 is #D21157. Grayscale: #ACACAC. Windows color (decimal): -13767000 or 11071021. OLE color: 11071021.
HSL color Cylindrical-coordinate representation of color #2DEEA8: hue angle of 158.24º 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 #2DEEA8 is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 45 | 238 | 168 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.07 |
| HSL | 158.24º | 0.85% | 0.55% | - |
| HSV(B) | 158.24º | 0.81% | 0.93% | - |
| XYZ | 38.72 | 64.53 | 47.46 | - |
| YUV | 172.31 | 125.56 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 238 | 168 | 0.81 | 0 | 0.29 | 0.07 | 158.24 | 0.85 | 0.55 |
| Hex | 2D | EE | A8 | 51 | 0 | 1D | 7 | 9E | 55 | 37 |
| Octal | 55 | 356 | 250 | 121 | 0 | 35 | 7 | 236 | 125 | 67 |
| Binary | 101101 | 11101110 | 10101000 | 1010001 | 0 | 11101 | 111 | 10011110 | 1010101 | 110111 |
Color Harmonies of #2DEEA8
Complementary color
Monochromatic Colors of #2DEEA8
Black with #2DEEA8
Text Example
Text Example
White with #2DEEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEEA8; }
p { color: rgb(45,238,168); }
H1.HeaderClassName
{
color: #2DEEA8;
}
.AnyTagClassName
{
color: #2DEEA8;
}
</style>
background-color css
<style>
a { background-color: #2DEEA8; }
a { background-color: rgb(45,238,168); }
div.DivClassName
{
background-color: #2DEEA8;
}
.BgClassName
{
background-color: #2DEEA8;
}
</style>
border-color css
<style>
span { border-color: #2DEEA8; }
span { border-color: rgb(45,238,168); }
td.TdClassName
{
border-color: #2DEEA8;
}
.TagClassName
{
border-color: #2DEEA8;
}
</style>