Shades of Shamrock #2FE881
Tints of Shamrock #2FE881
RGB
CMYK
RGB Variations
Color information
#2FE881 (or 0x2FE881) is known color: Shamrock. HEX triplet: 2F, E8 and 81. RGB value is (47,232,129). Sum of RGB (Red+Green+Blue) = 47+232+129=408 (54% of max value = 765). Red value is 47 (18.75% from 255 or 11.52% from 408); Green value is 232 (91.02% from 255 or 56.86% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 232 - color contains mainly: green. Hex color #2FE881 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FE881 is #D0177E. Grayscale: #A5A5A5. Windows color (decimal): -13637503 or 8513583. OLE color: 8513583.
HSL color Cylindrical-coordinate representation of color #2FE881: hue angle of 146.59º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FE881 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 47 | 232 | 129 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.09 |
| HSL | 146.59º | 0.8% | 0.55% | - |
| HSV(B) | 146.59º | 0.8% | 0.91% | - |
| XYZ | 33.99 | 59.9 | 30.54 | - |
| YUV | 164.94 | 107.71 | 43.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 232 | 129 | 0.80 | 0 | 0.44 | 0.09 | 146.59 | 0.8 | 0.55 |
| Hex | 2F | E8 | 81 | 50 | 0 | 2C | 9 | 93 | 50 | 37 |
| Octal | 57 | 350 | 201 | 120 | 0 | 54 | 11 | 223 | 120 | 67 |
| Binary | 101111 | 11101000 | 10000001 | 1010000 | 0 | 101100 | 1001 | 10010011 | 1010000 | 110111 |
Color Harmonies of #2FE881
Complementary color
Monochromatic Colors of #2FE881
Black with #2FE881
Text Example
Text Example
White with #2FE881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE881; }
p { color: rgb(47,232,129); }
H1.HeaderClassName
{
color: #2FE881;
}
.AnyTagClassName
{
color: #2FE881;
}
</style>
background-color css
<style>
a { background-color: #2FE881; }
a { background-color: rgb(47,232,129); }
div.DivClassName
{
background-color: #2FE881;
}
.BgClassName
{
background-color: #2FE881;
}
</style>
border-color css
<style>
span { border-color: #2FE881; }
span { border-color: rgb(47,232,129); }
td.TdClassName
{
border-color: #2FE881;
}
.TagClassName
{
border-color: #2FE881;
}
</style>