Shades of Shamrock #2FE57E
Tints of Shamrock #2FE57E
RGB
CMYK
RGB Variations
Color information
#2FE57E (or 0x2FE57E) is known color: Shamrock. HEX triplet: 2F, E5 and 7E. RGB value is (47,229,126). Sum of RGB (Red+Green+Blue) = 47+229+126=402 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.69% from 402); Green value is 229 (89.84% from 255 or 56.97% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 229 - color contains mainly: green. Hex color #2FE57E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FE57E is #D01A81. Grayscale: #A3A3A3. Windows color (decimal): -13638274 or 8316207. OLE color: 8316207.
HSL color Cylindrical-coordinate representation of color #2FE57E: hue angle of 146.04º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE57E is Cyan = 0.79, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 47 | 229 | 126 | - |
| CMYK | 0.79 | 0 | 0.45 | 0.10 |
| HSL | 146.04º | 0.78% | 0.54% | - |
| HSV(B) | 146.04º | 0.79% | 0.9% | - |
| XYZ | 32.96 | 58.15 | 29.23 | - |
| YUV | 162.84 | 107.2 | 45.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 229 | 126 | 0.79 | 0 | 0.45 | 0.10 | 146.04 | 0.78 | 0.54 |
| Hex | 2F | E5 | 7E | 4F | 0 | 2D | A | 92 | 4E | 36 |
| Octal | 57 | 345 | 176 | 117 | 0 | 55 | 12 | 222 | 116 | 66 |
| Binary | 101111 | 11100101 | 1111110 | 1001111 | 0 | 101101 | 1010 | 10010010 | 1001110 | 110110 |
Color Harmonies of #2FE57E
Complementary color
Monochromatic Colors of #2FE57E
Black with #2FE57E
Text Example
Text Example
White with #2FE57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE57E; }
p { color: rgb(47,229,126); }
H1.HeaderClassName
{
color: #2FE57E;
}
.AnyTagClassName
{
color: #2FE57E;
}
</style>
background-color css
<style>
a { background-color: #2FE57E; }
a { background-color: rgb(47,229,126); }
div.DivClassName
{
background-color: #2FE57E;
}
.BgClassName
{
background-color: #2FE57E;
}
</style>
border-color css
<style>
span { border-color: #2FE57E; }
span { border-color: rgb(47,229,126); }
td.TdClassName
{
border-color: #2FE57E;
}
.TagClassName
{
border-color: #2FE57E;
}
</style>