Shades of Shamrock #2FED8C
Tints of Shamrock #2FED8C
RGB
CMYK
RGB Variations
Color information
#2FED8C (or 0x2FED8C) is known color: Shamrock. HEX triplet: 2F, ED and 8C. RGB value is (47,237,140). Sum of RGB (Red+Green+Blue) = 47+237+140=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 237 (92.97% from 255 or 55.90% from 424); Blue value is 140 (55.08% from 255 or 33.02% from 424); Max value from RGB is 237 - color contains mainly: green. Hex color #2FED8C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FED8C is #D01273. Grayscale: #A9A9A9. Windows color (decimal): -13636212 or 9235759. OLE color: 9235759.
HSL color Cylindrical-coordinate representation of color #2FED8C: hue angle of 149.37º degrees, saturation: 0.84, 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 #2FED8C is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 237 | 140 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.07 |
| HSL | 149.37º | 0.84% | 0.56% | - |
| HSV(B) | 149.37º | 0.8% | 0.93% | - |
| XYZ | 36.19 | 63.07 | 35.08 | - |
| YUV | 169.13 | 111.55 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 237 | 140 | 0.80 | 0 | 0.41 | 0.07 | 149.37 | 0.84 | 0.56 |
| Hex | 2F | ED | 8C | 50 | 0 | 29 | 7 | 95 | 54 | 38 |
| Octal | 57 | 355 | 214 | 120 | 0 | 51 | 7 | 225 | 124 | 70 |
| Binary | 101111 | 11101101 | 10001100 | 1010000 | 0 | 101001 | 111 | 10010101 | 1010100 | 111000 |
Color Harmonies of #2FED8C
Complementary color
Monochromatic Colors of #2FED8C
Black with #2FED8C
Text Example
Text Example
White with #2FED8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FED8C; }
p { color: rgb(47,237,140); }
H1.HeaderClassName
{
color: #2FED8C;
}
.AnyTagClassName
{
color: #2FED8C;
}
</style>
background-color css
<style>
a { background-color: #2FED8C; }
a { background-color: rgb(47,237,140); }
div.DivClassName
{
background-color: #2FED8C;
}
.BgClassName
{
background-color: #2FED8C;
}
</style>
border-color css
<style>
span { border-color: #2FED8C; }
span { border-color: rgb(47,237,140); }
td.TdClassName
{
border-color: #2FED8C;
}
.TagClassName
{
border-color: #2FED8C;
}
</style>