Shades of Shamrock #2FF488
Tints of Shamrock #2FF488
RGB
CMYK
RGB Variations
Color information
#2FF488 (or 0x2FF488) is known color: Shamrock. HEX triplet: 2F, F4 and 88. RGB value is (47,244,136). Sum of RGB (Red+Green+Blue) = 47+244+136=427 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.01% from 427); Green value is 244 (95.70% from 255 or 57.14% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 244 - color contains mainly: green. Hex color #2FF488 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF488 is #D00B77. Grayscale: #ADADAD. Windows color (decimal): -13634424 or 8975407. OLE color: 8975407.
HSL color Cylindrical-coordinate representation of color #2FF488: hue angle of 147.11º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF488 is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 244 | 136 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.04 |
| HSL | 147.11º | 0.9% | 0.57% | - |
| HSV(B) | 147.11º | 0.81% | 0.96% | - |
| XYZ | 37.97 | 67.08 | 34.24 | - |
| YUV | 172.79 | 107.23 | 38.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 244 | 136 | 0.81 | 0 | 0.44 | 0.04 | 147.11 | 0.9 | 0.57 |
| Hex | 2F | F4 | 88 | 51 | 0 | 2C | 4 | 93 | 5A | 39 |
| Octal | 57 | 364 | 210 | 121 | 0 | 54 | 4 | 223 | 132 | 71 |
| Binary | 101111 | 11110100 | 10001000 | 1010001 | 0 | 101100 | 100 | 10010011 | 1011010 | 111001 |
Color Harmonies of #2FF488
Complementary color
Monochromatic Colors of #2FF488
Black with #2FF488
Text Example
Text Example
White with #2FF488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF488; }
p { color: rgb(47,244,136); }
H1.HeaderClassName
{
color: #2FF488;
}
.AnyTagClassName
{
color: #2FF488;
}
</style>
background-color css
<style>
a { background-color: #2FF488; }
a { background-color: rgb(47,244,136); }
div.DivClassName
{
background-color: #2FF488;
}
.BgClassName
{
background-color: #2FF488;
}
</style>
border-color css
<style>
span { border-color: #2FF488; }
span { border-color: rgb(47,244,136); }
td.TdClassName
{
border-color: #2FF488;
}
.TagClassName
{
border-color: #2FF488;
}
</style>