Shades of Shamrock #2FEE83
Tints of Shamrock #2FEE83
RGB
CMYK
RGB Variations
Color information
#2FEE83 (or 0x2FEE83) is known color: Shamrock. HEX triplet: 2F, EE and 83. RGB value is (47,238,131). Sum of RGB (Red+Green+Blue) = 47+238+131=416 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.30% from 416); Green value is 238 (93.36% from 255 or 57.21% from 416); Blue value is 131 (51.56% from 255 or 31.49% from 416); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE83 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEE83 is #D0117C. Grayscale: #A8A8A8. Windows color (decimal): -13635965 or 8646191. OLE color: 8646191.
HSL color Cylindrical-coordinate representation of color #2FEE83: hue angle of 146.39º 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 #2FEE83 is Cyan = 0.80, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 131 | - |
| CMYK | 0.80 | 0 | 0.45 | 0.07 |
| HSL | 146.39º | 0.85% | 0.56% | - |
| HSV(B) | 146.39º | 0.8% | 0.93% | - |
| XYZ | 35.84 | 63.39 | 31.82 | - |
| YUV | 168.69 | 106.72 | 41.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 131 | 0.80 | 0 | 0.45 | 0.07 | 146.39 | 0.85 | 0.56 |
| Hex | 2F | EE | 83 | 50 | 0 | 2D | 7 | 92 | 55 | 38 |
| Octal | 57 | 356 | 203 | 120 | 0 | 55 | 7 | 222 | 125 | 70 |
| Binary | 101111 | 11101110 | 10000011 | 1010000 | 0 | 101101 | 111 | 10010010 | 1010101 | 111000 |
Color Harmonies of #2FEE83
Complementary color
Monochromatic Colors of #2FEE83
Black with #2FEE83
Text Example
Text Example
White with #2FEE83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE83; }
p { color: rgb(47,238,131); }
H1.HeaderClassName
{
color: #2FEE83;
}
.AnyTagClassName
{
color: #2FEE83;
}
</style>
background-color css
<style>
a { background-color: #2FEE83; }
a { background-color: rgb(47,238,131); }
div.DivClassName
{
background-color: #2FEE83;
}
.BgClassName
{
background-color: #2FEE83;
}
</style>
border-color css
<style>
span { border-color: #2FEE83; }
span { border-color: rgb(47,238,131); }
td.TdClassName
{
border-color: #2FEE83;
}
.TagClassName
{
border-color: #2FEE83;
}
</style>