Shades of Shamrock #2FF99C
Tints of Shamrock #2FF99C
RGB
CMYK
RGB Variations
Color information
#2FF99C (or 0x2FF99C) is known color: Shamrock. HEX triplet: 2F, F9 and 9C. RGB value is (47,249,156). Sum of RGB (Red+Green+Blue) = 47+249+156=452 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.40% from 452); Green value is 249 (97.66% from 255 or 55.09% from 452); Blue value is 156 (61.33% from 255 or 34.51% from 452); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF99C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF99C is #D00663. Grayscale: #B2B2B2. Windows color (decimal): -13633124 or 10287407. OLE color: 10287407.
HSL color Cylindrical-coordinate representation of color #2FF99C: hue angle of 152.38º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF99C is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 156 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.02 |
| HSL | 152.38º | 0.94% | 0.58% | - |
| HSV(B) | 152.38º | 0.81% | 0.98% | - |
| XYZ | 41.05 | 70.76 | 42.95 | - |
| YUV | 178 | 115.58 | 34.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 156 | 0.81 | 0 | 0.37 | 0.02 | 152.38 | 0.94 | 0.58 |
| Hex | 2F | F9 | 9C | 51 | 0 | 25 | 2 | 98 | 5E | 3A |
| Octal | 57 | 371 | 234 | 121 | 0 | 45 | 2 | 230 | 136 | 72 |
| Binary | 101111 | 11111001 | 10011100 | 1010001 | 0 | 100101 | 10 | 10011000 | 1011110 | 111010 |
Color Harmonies of #2FF99C
Complementary color
Monochromatic Colors of #2FF99C
Black with #2FF99C
Text Example
Text Example
White with #2FF99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF99C; }
p { color: rgb(47,249,156); }
H1.HeaderClassName
{
color: #2FF99C;
}
.AnyTagClassName
{
color: #2FF99C;
}
</style>
background-color css
<style>
a { background-color: #2FF99C; }
a { background-color: rgb(47,249,156); }
div.DivClassName
{
background-color: #2FF99C;
}
.BgClassName
{
background-color: #2FF99C;
}
</style>
border-color css
<style>
span { border-color: #2FF99C; }
span { border-color: rgb(47,249,156); }
td.TdClassName
{
border-color: #2FF99C;
}
.TagClassName
{
border-color: #2FF99C;
}
</style>