Shades of Shamrock #2FEEAA
Tints of Shamrock #2FEEAA
RGB
CMYK
RGB Variations
Color information
#2FEEAA (or 0x2FEEAA) is known color: Shamrock. HEX triplet: 2F, EE and AA. RGB value is (47,238,170). Sum of RGB (Red+Green+Blue) = 47+238+170=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEEAA is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEEAA is #D01155. Grayscale: #ADADAD. Windows color (decimal): -13635926 or 11202095. OLE color: 11202095.
HSL color Cylindrical-coordinate representation of color #2FEEAA: hue angle of 158.64º 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 #2FEEAA is Cyan = 0.80, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 170 | - |
| CMYK | 0.80 | 0 | 0.29 | 0.07 |
| HSL | 158.64º | 0.85% | 0.56% | - |
| HSV(B) | 158.64º | 0.8% | 0.93% | - |
| XYZ | 39 | 64.66 | 48.45 | - |
| YUV | 173.14 | 126.22 | 38.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 170 | 0.80 | 0 | 0.29 | 0.07 | 158.64 | 0.85 | 0.56 |
| Hex | 2F | EE | AA | 50 | 0 | 1D | 7 | 9F | 55 | 38 |
| Octal | 57 | 356 | 252 | 120 | 0 | 35 | 7 | 237 | 125 | 70 |
| Binary | 101111 | 11101110 | 10101010 | 1010000 | 0 | 11101 | 111 | 10011111 | 1010101 | 111000 |
Color Harmonies of #2FEEAA
Complementary color
Monochromatic Colors of #2FEEAA
Black with #2FEEAA
Text Example
Text Example
White with #2FEEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEEAA; }
p { color: rgb(47,238,170); }
H1.HeaderClassName
{
color: #2FEEAA;
}
.AnyTagClassName
{
color: #2FEEAA;
}
</style>
background-color css
<style>
a { background-color: #2FEEAA; }
a { background-color: rgb(47,238,170); }
div.DivClassName
{
background-color: #2FEEAA;
}
.BgClassName
{
background-color: #2FEEAA;
}
</style>
border-color css
<style>
span { border-color: #2FEEAA; }
span { border-color: rgb(47,238,170); }
td.TdClassName
{
border-color: #2FEEAA;
}
.TagClassName
{
border-color: #2FEEAA;
}
</style>