Shades of Shamrock #2FF991
Tints of Shamrock #2FF991
RGB
CMYK
RGB Variations
Color information
#2FF991 (or 0x2FF991) is known color: Shamrock. HEX triplet: 2F, F9 and 91. RGB value is (47,249,145). Sum of RGB (Red+Green+Blue) = 47+249+145=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF991 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF991 is #D0066E. Grayscale: #B0B0B0. Windows color (decimal): -13633135 or 9566511. OLE color: 9566511.
HSL color Cylindrical-coordinate representation of color #2FF991: hue angle of 149.11º 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 #2FF991 is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 145 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.02 |
| HSL | 149.11º | 0.94% | 0.58% | - |
| HSV(B) | 149.11º | 0.81% | 0.98% | - |
| XYZ | 40.16 | 70.4 | 38.26 | - |
| YUV | 176.75 | 110.08 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 145 | 0.81 | 0 | 0.42 | 0.02 | 149.11 | 0.94 | 0.58 |
| Hex | 2F | F9 | 91 | 51 | 0 | 2A | 2 | 95 | 5E | 3A |
| Octal | 57 | 371 | 221 | 121 | 0 | 52 | 2 | 225 | 136 | 72 |
| Binary | 101111 | 11111001 | 10010001 | 1010001 | 0 | 101010 | 10 | 10010101 | 1011110 | 111010 |
Color Harmonies of #2FF991
Complementary color
Monochromatic Colors of #2FF991
Black with #2FF991
Text Example
Text Example
White with #2FF991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF991; }
p { color: rgb(47,249,145); }
H1.HeaderClassName
{
color: #2FF991;
}
.AnyTagClassName
{
color: #2FF991;
}
</style>
background-color css
<style>
a { background-color: #2FF991; }
a { background-color: rgb(47,249,145); }
div.DivClassName
{
background-color: #2FF991;
}
.BgClassName
{
background-color: #2FF991;
}
</style>
border-color css
<style>
span { border-color: #2FF991; }
span { border-color: rgb(47,249,145); }
td.TdClassName
{
border-color: #2FF991;
}
.TagClassName
{
border-color: #2FF991;
}
</style>