Shades of Shamrock #2FEE7E
Tints of Shamrock #2FEE7E
RGB
CMYK
RGB Variations
Color information
#2FEE7E (or 0x2FEE7E) is known color: Shamrock. HEX triplet: 2F, EE and 7E. RGB value is (47,238,126). Sum of RGB (Red+Green+Blue) = 47+238+126=411 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.44% from 411); Green value is 238 (93.36% from 255 or 57.91% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE7E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE7E is #D01181. Grayscale: #A8A8A8. Windows color (decimal): -13635970 or 8318511. OLE color: 8318511.
HSL color Cylindrical-coordinate representation of color #2FEE7E: hue angle of 144.82º 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 #2FEE7E is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 126 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.07 |
| HSL | 144.82º | 0.85% | 0.56% | - |
| HSV(B) | 144.82º | 0.8% | 0.93% | - |
| XYZ | 35.51 | 63.26 | 30.08 | - |
| YUV | 168.12 | 104.22 | 41.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 126 | 0.80 | 0 | 0.47 | 0.07 | 144.82 | 0.85 | 0.56 |
| Hex | 2F | EE | 7E | 50 | 0 | 2F | 7 | 91 | 55 | 38 |
| Octal | 57 | 356 | 176 | 120 | 0 | 57 | 7 | 221 | 125 | 70 |
| Binary | 101111 | 11101110 | 1111110 | 1010000 | 0 | 101111 | 111 | 10010001 | 1010101 | 111000 |
Color Harmonies of #2FEE7E
Complementary color
Monochromatic Colors of #2FEE7E
Black with #2FEE7E
Text Example
Text Example
White with #2FEE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE7E; }
p { color: rgb(47,238,126); }
H1.HeaderClassName
{
color: #2FEE7E;
}
.AnyTagClassName
{
color: #2FEE7E;
}
</style>
background-color css
<style>
a { background-color: #2FEE7E; }
a { background-color: rgb(47,238,126); }
div.DivClassName
{
background-color: #2FEE7E;
}
.BgClassName
{
background-color: #2FEE7E;
}
</style>
border-color css
<style>
span { border-color: #2FEE7E; }
span { border-color: rgb(47,238,126); }
td.TdClassName
{
border-color: #2FEE7E;
}
.TagClassName
{
border-color: #2FEE7E;
}
</style>