Shades of Shamrock #2FEE96
Tints of Shamrock #2FEE96
RGB
CMYK
RGB Variations
Color information
#2FEE96 (or 0x2FEE96) is known color: Shamrock. HEX triplet: 2F, EE and 96. RGB value is (47,238,150). Sum of RGB (Red+Green+Blue) = 47+238+150=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 238 (93.36% from 255 or 54.71% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE96 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEE96 is #D01169. Grayscale: #ABABAB. Windows color (decimal): -13635946 or 9891375. OLE color: 9891375.
HSL color Cylindrical-coordinate representation of color #2FEE96: hue angle of 152.36º 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 #2FEE96 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 150 | - |
| CMYK | 0.80 | 0 | 0.37 | 0.07 |
| HSL | 152.36º | 0.85% | 0.56% | - |
| HSV(B) | 152.36º | 0.8% | 0.93% | - |
| XYZ | 37.25 | 63.96 | 39.24 | - |
| YUV | 170.86 | 116.22 | 39.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 150 | 0.80 | 0 | 0.37 | 0.07 | 152.36 | 0.85 | 0.56 |
| Hex | 2F | EE | 96 | 50 | 0 | 25 | 7 | 98 | 55 | 38 |
| Octal | 57 | 356 | 226 | 120 | 0 | 45 | 7 | 230 | 125 | 70 |
| Binary | 101111 | 11101110 | 10010110 | 1010000 | 0 | 100101 | 111 | 10011000 | 1010101 | 111000 |
Color Harmonies of #2FEE96
Complementary color
Monochromatic Colors of #2FEE96
Black with #2FEE96
Text Example
Text Example
White with #2FEE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE96; }
p { color: rgb(47,238,150); }
H1.HeaderClassName
{
color: #2FEE96;
}
.AnyTagClassName
{
color: #2FEE96;
}
</style>
background-color css
<style>
a { background-color: #2FEE96; }
a { background-color: rgb(47,238,150); }
div.DivClassName
{
background-color: #2FEE96;
}
.BgClassName
{
background-color: #2FEE96;
}
</style>
border-color css
<style>
span { border-color: #2FEE96; }
span { border-color: rgb(47,238,150); }
td.TdClassName
{
border-color: #2FEE96;
}
.TagClassName
{
border-color: #2FEE96;
}
</style>