Shades of Shamrock #2FEBAE
Tints of Shamrock #2FEBAE
RGB
CMYK
RGB Variations
Color information
#2FEBAE (or 0x2FEBAE) is known color: Shamrock. HEX triplet: 2F, EB and AE. RGB value is (47,235,174). Sum of RGB (Red+Green+Blue) = 47+235+174=456 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.31% from 456); Green value is 235 (92.19% from 255 or 51.54% from 456); Blue value is 174 (68.36% from 255 or 38.16% from 456); Max value from RGB is 235 - color contains mainly: green. Hex color #2FEBAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEBAE is #D01451. Grayscale: #ABABAB. Windows color (decimal): -13636690 or 11463471. OLE color: 11463471.
HSL color Cylindrical-coordinate representation of color #2FEBAE: hue angle of 160.53º 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 #2FEBAE is Cyan = 0.8, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 235 | 174 | - |
| CMYK | 0.8 | 0 | 0.26 | 0.08 |
| HSL | 160.53º | 0.82% | 0.55% | - |
| HSV(B) | 160.53º | 0.8% | 0.92% | - |
| XYZ | 38.52 | 63.08 | 50.19 | - |
| YUV | 171.83 | 129.22 | 38.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 235 | 174 | 0.8 | 0 | 0.26 | 0.08 | 160.53 | 0.82 | 0.55 |
| Hex | 2F | EB | AE | 50 | 0 | 1A | 8 | A1 | 52 | 37 |
| Octal | 57 | 353 | 256 | 120 | 0 | 32 | 10 | 241 | 122 | 67 |
| Binary | 101111 | 11101011 | 10101110 | 1010000 | 0 | 11010 | 1000 | 10100001 | 1010010 | 110111 |
Color Harmonies of #2FEBAE
Complementary color
Monochromatic Colors of #2FEBAE
Black with #2FEBAE
Text Example
Text Example
White with #2FEBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEBAE; }
p { color: rgb(47,235,174); }
H1.HeaderClassName
{
color: #2FEBAE;
}
.AnyTagClassName
{
color: #2FEBAE;
}
</style>
background-color css
<style>
a { background-color: #2FEBAE; }
a { background-color: rgb(47,235,174); }
div.DivClassName
{
background-color: #2FEBAE;
}
.BgClassName
{
background-color: #2FEBAE;
}
</style>
border-color css
<style>
span { border-color: #2FEBAE; }
span { border-color: rgb(47,235,174); }
td.TdClassName
{
border-color: #2FEBAE;
}
.TagClassName
{
border-color: #2FEBAE;
}
</style>