Shades of Shamrock #2FF29E
Tints of Shamrock #2FF29E
RGB
CMYK
RGB Variations
Color information
#2FF29E (or 0x2FF29E) is known color: Shamrock. HEX triplet: 2F, F2 and 9E. RGB value is (47,242,158). Sum of RGB (Red+Green+Blue) = 47+242+158=447 (59% of max value = 765). Red value is 47 (18.75% from 255 or 10.51% from 447); Green value is 242 (94.92% from 255 or 54.14% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF29E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF29E is #D00D61. Grayscale: #AEAEAE. Windows color (decimal): -13634914 or 10416687. OLE color: 10416687.
HSL color Cylindrical-coordinate representation of color #2FF29E: hue angle of 154.15º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF29E is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 158 | - |
| CMYK | 0.81 | 0 | 0.35 | 0.05 |
| HSL | 154.15º | 0.88% | 0.57% | - |
| HSV(B) | 154.15º | 0.81% | 0.95% | - |
| XYZ | 39.1 | 66.58 | 43.14 | - |
| YUV | 174.12 | 118.9 | 37.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 158 | 0.81 | 0 | 0.35 | 0.05 | 154.15 | 0.88 | 0.57 |
| Hex | 2F | F2 | 9E | 51 | 0 | 23 | 5 | 9A | 58 | 39 |
| Octal | 57 | 362 | 236 | 121 | 0 | 43 | 5 | 232 | 130 | 71 |
| Binary | 101111 | 11110010 | 10011110 | 1010001 | 0 | 100011 | 101 | 10011010 | 1011000 | 111001 |
Color Harmonies of #2FF29E
Complementary color
Monochromatic Colors of #2FF29E
Black with #2FF29E
Text Example
Text Example
White with #2FF29E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF29E; }
p { color: rgb(47,242,158); }
H1.HeaderClassName
{
color: #2FF29E;
}
.AnyTagClassName
{
color: #2FF29E;
}
</style>
background-color css
<style>
a { background-color: #2FF29E; }
a { background-color: rgb(47,242,158); }
div.DivClassName
{
background-color: #2FF29E;
}
.BgClassName
{
background-color: #2FF29E;
}
</style>
border-color css
<style>
span { border-color: #2FF29E; }
span { border-color: rgb(47,242,158); }
td.TdClassName
{
border-color: #2FF29E;
}
.TagClassName
{
border-color: #2FF29E;
}
</style>