Shades of Shamrock #2FE381
Tints of Shamrock #2FE381
RGB
CMYK
RGB Variations
Color information
#2FE381 (or 0x2FE381) is known color: Shamrock. HEX triplet: 2F, E3 and 81. RGB value is (47,227,129). Sum of RGB (Red+Green+Blue) = 47+227+129=403 (53% of max value = 765). Red value is 47 (18.75% from 255 or 11.66% from 403); Green value is 227 (89.06% from 255 or 56.33% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 227 - color contains mainly: green. Hex color #2FE381 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE381 is #D01C7E. Grayscale: #A2A2A2. Windows color (decimal): -13638783 or 8512303. OLE color: 8512303.
HSL color Cylindrical-coordinate representation of color #2FE381: hue angle of 147.33º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE381 is Cyan = 0.79, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 47 | 227 | 129 | - |
| CMYK | 0.79 | 0 | 0.43 | 0.11 |
| HSL | 147.33º | 0.76% | 0.54% | - |
| HSV(B) | 147.33º | 0.79% | 0.89% | - |
| XYZ | 32.6 | 57.13 | 30.08 | - |
| YUV | 162.01 | 109.37 | 45.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 227 | 129 | 0.79 | 0 | 0.43 | 0.11 | 147.33 | 0.76 | 0.54 |
| Hex | 2F | E3 | 81 | 4F | 0 | 2B | B | 93 | 4C | 36 |
| Octal | 57 | 343 | 201 | 117 | 0 | 53 | 13 | 223 | 114 | 66 |
| Binary | 101111 | 11100011 | 10000001 | 1001111 | 0 | 101011 | 1011 | 10010011 | 1001100 | 110110 |
Color Harmonies of #2FE381
Complementary color
Monochromatic Colors of #2FE381
Black with #2FE381
Text Example
Text Example
White with #2FE381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE381; }
p { color: rgb(47,227,129); }
H1.HeaderClassName
{
color: #2FE381;
}
.AnyTagClassName
{
color: #2FE381;
}
</style>
background-color css
<style>
a { background-color: #2FE381; }
a { background-color: rgb(47,227,129); }
div.DivClassName
{
background-color: #2FE381;
}
.BgClassName
{
background-color: #2FE381;
}
</style>
border-color css
<style>
span { border-color: #2FE381; }
span { border-color: rgb(47,227,129); }
td.TdClassName
{
border-color: #2FE381;
}
.TagClassName
{
border-color: #2FE381;
}
</style>