Shades of Shamrock #2DEFAB
Tints of Shamrock #2DEFAB
RGB
CMYK
RGB Variations
Color information
#2DEFAB (or 0x2DEFAB) is known color: Shamrock. HEX triplet: 2D, EF and AB. RGB value is (45,239,171). Sum of RGB (Red+Green+Blue) = 45+239+171=455 (60% of max value = 765). Red value is 45 (17.97% from 255 or 9.89% from 455); Green value is 239 (93.75% from 255 or 52.53% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 239 - color contains mainly: green. Hex color #2DEFAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2DEFAB is #D21054. Grayscale: #ADADAD. Windows color (decimal): -13766741 or 11267885. OLE color: 11267885.
HSL color Cylindrical-coordinate representation of color #2DEFAB: hue angle of 158.97º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2DEFAB is Cyan = 0.81, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 45 | 239 | 171 | - |
| CMYK | 0.81 | 0 | 0.28 | 0.06 |
| HSL | 158.97º | 0.86% | 0.56% | - |
| HSV(B) | 158.97º | 0.81% | 0.94% | - |
| XYZ | 39.3 | 65.23 | 49.05 | - |
| YUV | 173.24 | 126.73 | 36.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 239 | 171 | 0.81 | 0 | 0.28 | 0.06 | 158.97 | 0.86 | 0.56 |
| Hex | 2D | EF | AB | 51 | 0 | 1C | 6 | 9F | 56 | 38 |
| Octal | 55 | 357 | 253 | 121 | 0 | 34 | 6 | 237 | 126 | 70 |
| Binary | 101101 | 11101111 | 10101011 | 1010001 | 0 | 11100 | 110 | 10011111 | 1010110 | 111000 |
Color Harmonies of #2DEFAB
Complementary color
Monochromatic Colors of #2DEFAB
Black with #2DEFAB
Text Example
Text Example
White with #2DEFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DEFAB; }
p { color: rgb(45,239,171); }
H1.HeaderClassName
{
color: #2DEFAB;
}
.AnyTagClassName
{
color: #2DEFAB;
}
</style>
background-color css
<style>
a { background-color: #2DEFAB; }
a { background-color: rgb(45,239,171); }
div.DivClassName
{
background-color: #2DEFAB;
}
.BgClassName
{
background-color: #2DEFAB;
}
</style>
border-color css
<style>
span { border-color: #2DEFAB; }
span { border-color: rgb(45,239,171); }
td.TdClassName
{
border-color: #2DEFAB;
}
.TagClassName
{
border-color: #2DEFAB;
}
</style>