Shades of Shamrock #2FF99A
Tints of Shamrock #2FF99A
RGB
CMYK
RGB Variations
Color information
#2FF99A (or 0x2FF99A) is known color: Shamrock. HEX triplet: 2F, F9 and 9A. RGB value is (47,249,154). Sum of RGB (Red+Green+Blue) = 47+249+154=450 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.44% from 450); Green value is 249 (97.66% from 255 or 55.33% from 450); Blue value is 154 (60.55% from 255 or 34.22% from 450); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF99A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF99A is #D00665. Grayscale: #B1B1B1. Windows color (decimal): -13633126 or 10156335. OLE color: 10156335.
HSL color Cylindrical-coordinate representation of color #2FF99A: hue angle of 151.78º 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 #2FF99A is Cyan = 0.81, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 154 | - |
| CMYK | 0.81 | 0 | 0.38 | 0.02 |
| HSL | 151.78º | 0.94% | 0.58% | - |
| HSV(B) | 151.78º | 0.81% | 0.98% | - |
| XYZ | 40.88 | 70.69 | 42.06 | - |
| YUV | 177.77 | 114.58 | 34.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 154 | 0.81 | 0 | 0.38 | 0.02 | 151.78 | 0.94 | 0.58 |
| Hex | 2F | F9 | 9A | 51 | 0 | 26 | 2 | 98 | 5E | 3A |
| Octal | 57 | 371 | 232 | 121 | 0 | 46 | 2 | 230 | 136 | 72 |
| Binary | 101111 | 11111001 | 10011010 | 1010001 | 0 | 100110 | 10 | 10011000 | 1011110 | 111010 |
Color Harmonies of #2FF99A
Complementary color
Monochromatic Colors of #2FF99A
Black with #2FF99A
Text Example
Text Example
White with #2FF99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF99A; }
p { color: rgb(47,249,154); }
H1.HeaderClassName
{
color: #2FF99A;
}
.AnyTagClassName
{
color: #2FF99A;
}
</style>
background-color css
<style>
a { background-color: #2FF99A; }
a { background-color: rgb(47,249,154); }
div.DivClassName
{
background-color: #2FF99A;
}
.BgClassName
{
background-color: #2FF99A;
}
</style>
border-color css
<style>
span { border-color: #2FF99A; }
span { border-color: rgb(47,249,154); }
td.TdClassName
{
border-color: #2FF99A;
}
.TagClassName
{
border-color: #2FF99A;
}
</style>