Shades of Shamrock #2FEEAE
Tints of Shamrock #2FEEAE
RGB
CMYK
RGB Variations
Color information
#2FEEAE (or 0x2FEEAE) is known color: Shamrock. HEX triplet: 2F, EE and AE. RGB value is (47,238,174). Sum of RGB (Red+Green+Blue) = 47+238+174=459 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.24% from 459); Green value is 238 (93.36% from 255 or 51.85% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEAE is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEAE is #D01151. Grayscale: #ADADAD. Windows color (decimal): -13635922 or 11464239. OLE color: 11464239.
HSL color Cylindrical-coordinate representation of color #2FEEAE: hue angle of 159.9º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEEAE is Cyan = 0.80, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 174 | - |
| CMYK | 0.80 | 0 | 0.27 | 0.07 |
| HSL | 159.9º | 0.85% | 0.56% | - |
| HSV(B) | 159.9º | 0.8% | 0.93% | - |
| XYZ | 39.39 | 64.81 | 50.48 | - |
| YUV | 173.6 | 128.22 | 37.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 174 | 0.80 | 0 | 0.27 | 0.07 | 159.9 | 0.85 | 0.56 |
| Hex | 2F | EE | AE | 50 | 0 | 1B | 7 | A0 | 55 | 38 |
| Octal | 57 | 356 | 256 | 120 | 0 | 33 | 7 | 240 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101110 | 1010000 | 0 | 11011 | 111 | 10100000 | 1010101 | 111000 |
Color Harmonies of #2FEEAE
Complementary color
Monochromatic Colors of #2FEEAE
Black with #2FEEAE
Text Example
Text Example
White with #2FEEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEAE; }
p { color: rgb(47,238,174); }
H1.HeaderClassName
{
color: #2FEEAE;
}
.AnyTagClassName
{
color: #2FEEAE;
}
</style>
background-color css
<style>
a { background-color: #2FEEAE; }
a { background-color: rgb(47,238,174); }
div.DivClassName
{
background-color: #2FEEAE;
}
.BgClassName
{
background-color: #2FEEAE;
}
</style>
border-color css
<style>
span { border-color: #2FEEAE; }
span { border-color: rgb(47,238,174); }
td.TdClassName
{
border-color: #2FEEAE;
}
.TagClassName
{
border-color: #2FEEAE;
}
</style>