Shades of Shamrock #2FCE7E
Tints of Shamrock #2FCE7E
RGB
CMYK
RGB Variations
Color information
#2FCE7E (or 0x2FCE7E) is known color: Shamrock. HEX triplet: 2F, CE and 7E. RGB value is (47,206,126). Sum of RGB (Red+Green+Blue) = 47+206+126=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 206 (80.86% from 255 or 54.35% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 206 - color contains mainly: green. Hex color #2FCE7E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCE7E is #D03181. Grayscale: #959595. Windows color (decimal): -13644162 or 8310319. OLE color: 8310319.
HSL color Cylindrical-coordinate representation of color #2FCE7E: hue angle of 149.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCE7E is Cyan = 0.77, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 206 | 126 | - |
| CMYK | 0.77 | 0 | 0.39 | 0.19 |
| HSL | 149.81º | 0.63% | 0.5% | - |
| HSV(B) | 149.81º | 0.77% | 0.81% | - |
| XYZ | 27.01 | 46.25 | 27.24 | - |
| YUV | 149.34 | 114.82 | 55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 206 | 126 | 0.77 | 0 | 0.39 | 0.19 | 149.81 | 0.63 | 0.5 |
| Hex | 2F | CE | 7E | 4D | 0 | 27 | 13 | 96 | 3F | 32 |
| Octal | 57 | 316 | 176 | 115 | 0 | 47 | 23 | 226 | 77 | 62 |
| Binary | 101111 | 11001110 | 1111110 | 1001101 | 0 | 100111 | 10011 | 10010110 | 111111 | 110010 |
Color Harmonies of #2FCE7E
Complementary color
Monochromatic Colors of #2FCE7E
Black with #2FCE7E
Text Example
Text Example
White with #2FCE7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCE7E; }
p { color: rgb(47,206,126); }
H1.HeaderClassName
{
color: #2FCE7E;
}
.AnyTagClassName
{
color: #2FCE7E;
}
</style>
background-color css
<style>
a { background-color: #2FCE7E; }
a { background-color: rgb(47,206,126); }
div.DivClassName
{
background-color: #2FCE7E;
}
.BgClassName
{
background-color: #2FCE7E;
}
</style>
border-color css
<style>
span { border-color: #2FCE7E; }
span { border-color: rgb(47,206,126); }
td.TdClassName
{
border-color: #2FCE7E;
}
.TagClassName
{
border-color: #2FCE7E;
}
</style>