Shades of Shamrock #2FEBAA
Tints of Shamrock #2FEBAA
RGB
CMYK
RGB Variations
Color information
#2FEBAA (or 0x2FEBAA) is known color: Shamrock. HEX triplet: 2F, EB and AA. RGB value is (47,235,170). Sum of RGB (Red+Green+Blue) = 47+235+170=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 235 (92.19% from 255 or 51.99% from 452); Blue value is 170 (66.80% from 255 or 37.61% from 452); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBAA is #D01455. Grayscale: #ABABAB. Windows color (decimal): -13636694 or 11201327. OLE color: 11201327.
HSL color Cylindrical-coordinate representation of color #2FEBAA: hue angle of 159.26º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEBAA is Cyan = 0.8, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 170 | - |
| CMYK | 0.8 | 0 | 0.28 | 0.08 |
| HSL | 159.26º | 0.82% | 0.55% | - |
| HSV(B) | 159.26º | 0.8% | 0.92% | - |
| XYZ | 38.14 | 62.92 | 48.17 | - |
| YUV | 171.38 | 127.22 | 39.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 170 | 0.8 | 0 | 0.28 | 0.08 | 159.26 | 0.82 | 0.55 |
| Hex | 2F | EB | AA | 50 | 0 | 1C | 8 | 9F | 52 | 37 |
| Octal | 57 | 353 | 252 | 120 | 0 | 34 | 10 | 237 | 122 | 67 |
| Binary | 101111 | 11101011 | 10101010 | 1010000 | 0 | 11100 | 1000 | 10011111 | 1010010 | 110111 |
Color Harmonies of #2FEBAA
Complementary color
Monochromatic Colors of #2FEBAA
Black with #2FEBAA
Text Example
Text Example
White with #2FEBAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBAA; }
p { color: rgb(47,235,170); }
H1.HeaderClassName
{
color: #2FEBAA;
}
.AnyTagClassName
{
color: #2FEBAA;
}
</style>
background-color css
<style>
a { background-color: #2FEBAA; }
a { background-color: rgb(47,235,170); }
div.DivClassName
{
background-color: #2FEBAA;
}
.BgClassName
{
background-color: #2FEBAA;
}
</style>
border-color css
<style>
span { border-color: #2FEBAA; }
span { border-color: rgb(47,235,170); }
td.TdClassName
{
border-color: #2FEBAA;
}
.TagClassName
{
border-color: #2FEBAA;
}
</style>