Shades of Shamrock #2FF2AD
Tints of Shamrock #2FF2AD
RGB
CMYK
RGB Variations
Color information
#2FF2AD (or 0x2FF2AD) is known color: Shamrock. HEX triplet: 2F, F2 and AD. RGB value is (47,242,173). Sum of RGB (Red+Green+Blue) = 47+242+173=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF2AD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF2AD is #D00D52. Grayscale: #AFAFAF. Windows color (decimal): -13634899 or 11399727. OLE color: 11399727.
HSL color Cylindrical-coordinate representation of color #2FF2AD: hue angle of 158.77º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF2AD is Cyan = 0.81, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 173 | - |
| CMYK | 0.81 | 0 | 0.29 | 0.05 |
| HSL | 158.77º | 0.88% | 0.57% | - |
| HSV(B) | 158.77º | 0.81% | 0.95% | - |
| XYZ | 40.47 | 67.13 | 50.36 | - |
| YUV | 175.83 | 126.4 | 36.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 173 | 0.81 | 0 | 0.29 | 0.05 | 158.77 | 0.88 | 0.57 |
| Hex | 2F | F2 | AD | 51 | 0 | 1D | 5 | 9F | 58 | 39 |
| Octal | 57 | 362 | 255 | 121 | 0 | 35 | 5 | 237 | 130 | 71 |
| Binary | 101111 | 11110010 | 10101101 | 1010001 | 0 | 11101 | 101 | 10011111 | 1011000 | 111001 |
Color Harmonies of #2FF2AD
Complementary color
Monochromatic Colors of #2FF2AD
Black with #2FF2AD
Text Example
Text Example
White with #2FF2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF2AD; }
p { color: rgb(47,242,173); }
H1.HeaderClassName
{
color: #2FF2AD;
}
.AnyTagClassName
{
color: #2FF2AD;
}
</style>
background-color css
<style>
a { background-color: #2FF2AD; }
a { background-color: rgb(47,242,173); }
div.DivClassName
{
background-color: #2FF2AD;
}
.BgClassName
{
background-color: #2FF2AD;
}
</style>
border-color css
<style>
span { border-color: #2FF2AD; }
span { border-color: rgb(47,242,173); }
td.TdClassName
{
border-color: #2FF2AD;
}
.TagClassName
{
border-color: #2FF2AD;
}
</style>