Shades of Shamrock #2FE09C
Tints of Shamrock #2FE09C
RGB
CMYK
RGB Variations
Color information
#2FE09C (or 0x2FE09C) is known color: Shamrock. HEX triplet: 2F, E0 and 9C. RGB value is (47,224,156). Sum of RGB (Red+Green+Blue) = 47+224+156=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 224 (87.89% from 255 or 52.46% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 224 - color contains mainly: green. Hex color #2FE09C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2FE09C is #D01F63. Grayscale: #A3A3A3. Windows color (decimal): -13639524 or 10281007. OLE color: 10281007.
HSL color Cylindrical-coordinate representation of color #2FE09C: hue angle of 156.95º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FE09C is Cyan = 0.79, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 47 | 224 | 156 | - |
| CMYK | 0.79 | 0 | 0.30 | 0.12 |
| HSL | 156.95º | 0.74% | 0.53% | - |
| HSV(B) | 156.95º | 0.79% | 0.88% | - |
| XYZ | 33.83 | 56.32 | 40.54 | - |
| YUV | 163.33 | 123.86 | 45.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 224 | 156 | 0.79 | 0 | 0.30 | 0.12 | 156.95 | 0.74 | 0.53 |
| Hex | 2F | E0 | 9C | 4F | 0 | 1E | C | 9D | 4A | 35 |
| Octal | 57 | 340 | 234 | 117 | 0 | 36 | 14 | 235 | 112 | 65 |
| Binary | 101111 | 11100000 | 10011100 | 1001111 | 0 | 11110 | 1100 | 10011101 | 1001010 | 110101 |
Color Harmonies of #2FE09C
Complementary color
Monochromatic Colors of #2FE09C
Black with #2FE09C
Text Example
Text Example
White with #2FE09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FE09C; }
p { color: rgb(47,224,156); }
H1.HeaderClassName
{
color: #2FE09C;
}
.AnyTagClassName
{
color: #2FE09C;
}
</style>
background-color css
<style>
a { background-color: #2FE09C; }
a { background-color: rgb(47,224,156); }
div.DivClassName
{
background-color: #2FE09C;
}
.BgClassName
{
background-color: #2FE09C;
}
</style>
border-color css
<style>
span { border-color: #2FE09C; }
span { border-color: rgb(47,224,156); }
td.TdClassName
{
border-color: #2FE09C;
}
.TagClassName
{
border-color: #2FE09C;
}
</style>