Shades of Shamrock #2FF992
Tints of Shamrock #2FF992
RGB
CMYK
RGB Variations
Color information
#2FF992 (or 0x2FF992) is known color: Shamrock. HEX triplet: 2F, F9 and 92. RGB value is (47,249,146). Sum of RGB (Red+Green+Blue) = 47+249+146=442 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.63% from 442); Green value is 249 (97.66% from 255 or 56.33% from 442); Blue value is 146 (57.42% from 255 or 33.03% from 442); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF992 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF992 is #D0066D. Grayscale: #B1B1B1. Windows color (decimal): -13633134 or 9632047. OLE color: 9632047.
HSL color Cylindrical-coordinate representation of color #2FF992: hue angle of 149.41º 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 #2FF992 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 146 | - |
| CMYK | 0.81 | 0 | 0.41 | 0.02 |
| HSL | 149.41º | 0.94% | 0.58% | - |
| HSV(B) | 149.41º | 0.81% | 0.98% | - |
| XYZ | 40.24 | 70.43 | 38.67 | - |
| YUV | 176.86 | 110.58 | 35.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 146 | 0.81 | 0 | 0.41 | 0.02 | 149.41 | 0.94 | 0.58 |
| Hex | 2F | F9 | 92 | 51 | 0 | 29 | 2 | 95 | 5E | 3A |
| Octal | 57 | 371 | 222 | 121 | 0 | 51 | 2 | 225 | 136 | 72 |
| Binary | 101111 | 11111001 | 10010010 | 1010001 | 0 | 101001 | 10 | 10010101 | 1011110 | 111010 |
Color Harmonies of #2FF992
Complementary color
Monochromatic Colors of #2FF992
Black with #2FF992
Text Example
Text Example
White with #2FF992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF992; }
p { color: rgb(47,249,146); }
H1.HeaderClassName
{
color: #2FF992;
}
.AnyTagClassName
{
color: #2FF992;
}
</style>
background-color css
<style>
a { background-color: #2FF992; }
a { background-color: rgb(47,249,146); }
div.DivClassName
{
background-color: #2FF992;
}
.BgClassName
{
background-color: #2FF992;
}
</style>
border-color css
<style>
span { border-color: #2FF992; }
span { border-color: rgb(47,249,146); }
td.TdClassName
{
border-color: #2FF992;
}
.TagClassName
{
border-color: #2FF992;
}
</style>