Shades of Shamrock #2FE2AD
Tints of Shamrock #2FE2AD
RGB
CMYK
RGB Variations
Color information
#2FE2AD (or 0x2FE2AD) is known color: Shamrock. HEX triplet: 2F, E2 and AD. RGB value is (47,226,173). Sum of RGB (Red+Green+Blue) = 47+226+173=446 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.54% from 446); Green value is 226 (88.67% from 255 or 50.67% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 226 - color contains mainly: green. Hex color #2FE2AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE2AD is #D01D52. Grayscale: #A6A6A6. Windows color (decimal): -13638995 or 11395631. OLE color: 11395631.
HSL color Cylindrical-coordinate representation of color #2FE2AD: hue angle of 162.23º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE2AD is Cyan = 0.79, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 226 | 173 | - |
| CMYK | 0.79 | 0 | 0.23 | 0.11 |
| HSL | 162.23º | 0.76% | 0.54% | - |
| HSV(B) | 162.23º | 0.79% | 0.89% | - |
| XYZ | 35.91 | 58.01 | 48.84 | - |
| YUV | 166.44 | 131.7 | 42.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 226 | 173 | 0.79 | 0 | 0.23 | 0.11 | 162.23 | 0.76 | 0.54 |
| Hex | 2F | E2 | AD | 4F | 0 | 17 | B | A2 | 4C | 36 |
| Octal | 57 | 342 | 255 | 117 | 0 | 27 | 13 | 242 | 114 | 66 |
| Binary | 101111 | 11100010 | 10101101 | 1001111 | 0 | 10111 | 1011 | 10100010 | 1001100 | 110110 |
Color Harmonies of #2FE2AD
Complementary color
Monochromatic Colors of #2FE2AD
Black with #2FE2AD
Text Example
Text Example
White with #2FE2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE2AD; }
p { color: rgb(47,226,173); }
H1.HeaderClassName
{
color: #2FE2AD;
}
.AnyTagClassName
{
color: #2FE2AD;
}
</style>
background-color css
<style>
a { background-color: #2FE2AD; }
a { background-color: rgb(47,226,173); }
div.DivClassName
{
background-color: #2FE2AD;
}
.BgClassName
{
background-color: #2FE2AD;
}
</style>
border-color css
<style>
span { border-color: #2FE2AD; }
span { border-color: rgb(47,226,173); }
td.TdClassName
{
border-color: #2FE2AD;
}
.TagClassName
{
border-color: #2FE2AD;
}
</style>