Shades of Shamrock #2FEE7D
Tints of Shamrock #2FEE7D
RGB
CMYK
RGB Variations
Color information
#2FEE7D (or 0x2FEE7D) is known color: Shamrock. HEX triplet: 2F, EE and 7D. RGB value is (47,238,125). Sum of RGB (Red+Green+Blue) = 47+238+125=410 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.46% from 410); Green value is 238 (93.36% from 255 or 58.05% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE7D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #2FEE7D is #D01182. Grayscale: #A8A8A8. Windows color (decimal): -13635971 or 8252975. OLE color: 8252975.
HSL color Cylindrical-coordinate representation of color #2FEE7D: hue angle of 144.5º 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 #2FEE7D is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 125 | - |
| CMYK | 0.80 | 0 | 0.47 | 0.07 |
| HSL | 144.5º | 0.85% | 0.56% | - |
| HSV(B) | 144.5º | 0.8% | 0.93% | - |
| XYZ | 35.45 | 63.23 | 29.74 | - |
| YUV | 168.01 | 103.72 | 41.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 125 | 0.80 | 0 | 0.47 | 0.07 | 144.5 | 0.85 | 0.56 |
| Hex | 2F | EE | 7D | 50 | 0 | 2F | 7 | 91 | 55 | 38 |
| Octal | 57 | 356 | 175 | 120 | 0 | 57 | 7 | 221 | 125 | 70 |
| Binary | 101111 | 11101110 | 1111101 | 1010000 | 0 | 101111 | 111 | 10010001 | 1010101 | 111000 |
Color Harmonies of #2FEE7D
Complementary color
Monochromatic Colors of #2FEE7D
Black with #2FEE7D
Text Example
Text Example
White with #2FEE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE7D; }
p { color: rgb(47,238,125); }
H1.HeaderClassName
{
color: #2FEE7D;
}
.AnyTagClassName
{
color: #2FEE7D;
}
</style>
background-color css
<style>
a { background-color: #2FEE7D; }
a { background-color: rgb(47,238,125); }
div.DivClassName
{
background-color: #2FEE7D;
}
.BgClassName
{
background-color: #2FEE7D;
}
</style>
border-color css
<style>
span { border-color: #2FEE7D; }
span { border-color: rgb(47,238,125); }
td.TdClassName
{
border-color: #2FEE7D;
}
.TagClassName
{
border-color: #2FEE7D;
}
</style>