Shades of Shamrock #2FEE92
Tints of Shamrock #2FEE92
RGB
CMYK
RGB Variations
Color information
#2FEE92 (or 0x2FEE92) is known color: Shamrock. HEX triplet: 2F, EE and 92. RGB value is (47,238,146). Sum of RGB (Red+Green+Blue) = 47+238+146=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 238 (93.36% from 255 or 55.22% from 431); Blue value is 146 (57.42% from 255 or 33.87% from 431); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE92 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEE92 is #D0116D. Grayscale: #AAAAAA. Windows color (decimal): -13635950 or 9629231. OLE color: 9629231.
HSL color Cylindrical-coordinate representation of color #2FEE92: hue angle of 151.1º 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 #2FEE92 is Cyan = 0.80, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 146 | - |
| CMYK | 0.80 | 0 | 0.39 | 0.07 |
| HSL | 151.1º | 0.85% | 0.56% | - |
| HSV(B) | 151.1º | 0.8% | 0.93% | - |
| XYZ | 36.94 | 63.83 | 37.57 | - |
| YUV | 170.4 | 114.22 | 39.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 146 | 0.80 | 0 | 0.39 | 0.07 | 151.1 | 0.85 | 0.56 |
| Hex | 2F | EE | 92 | 50 | 0 | 27 | 7 | 97 | 55 | 38 |
| Octal | 57 | 356 | 222 | 120 | 0 | 47 | 7 | 227 | 125 | 70 |
| Binary | 101111 | 11101110 | 10010010 | 1010000 | 0 | 100111 | 111 | 10010111 | 1010101 | 111000 |
Color Harmonies of #2FEE92
Complementary color
Monochromatic Colors of #2FEE92
Black with #2FEE92
Text Example
Text Example
White with #2FEE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE92; }
p { color: rgb(47,238,146); }
H1.HeaderClassName
{
color: #2FEE92;
}
.AnyTagClassName
{
color: #2FEE92;
}
</style>
background-color css
<style>
a { background-color: #2FEE92; }
a { background-color: rgb(47,238,146); }
div.DivClassName
{
background-color: #2FEE92;
}
.BgClassName
{
background-color: #2FEE92;
}
</style>
border-color css
<style>
span { border-color: #2FEE92; }
span { border-color: rgb(47,238,146); }
td.TdClassName
{
border-color: #2FEE92;
}
.TagClassName
{
border-color: #2FEE92;
}
</style>