Shades of Shamrock #2FF188
Tints of Shamrock #2FF188
RGB
CMYK
RGB Variations
Color information
#2FF188 (or 0x2FF188) is known color: Shamrock. HEX triplet: 2F, F1 and 88. RGB value is (47,241,136). Sum of RGB (Red+Green+Blue) = 47+241+136=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 241 (94.53% from 255 or 56.84% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF188 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF188 is #D00E77. Grayscale: #ABABAB. Windows color (decimal): -13635192 or 8974639. OLE color: 8974639.
HSL color Cylindrical-coordinate representation of color #2FF188: hue angle of 147.53º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FF188 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 136 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.05 |
| HSL | 147.53º | 0.87% | 0.56% | - |
| HSV(B) | 147.53º | 0.8% | 0.95% | - |
| XYZ | 37.07 | 65.29 | 33.94 | - |
| YUV | 171.02 | 108.23 | 39.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 136 | 0.80 | 0 | 0.44 | 0.05 | 147.53 | 0.87 | 0.56 |
| Hex | 2F | F1 | 88 | 50 | 0 | 2C | 5 | 94 | 57 | 38 |
| Octal | 57 | 361 | 210 | 120 | 0 | 54 | 5 | 224 | 127 | 70 |
| Binary | 101111 | 11110001 | 10001000 | 1010000 | 0 | 101100 | 101 | 10010100 | 1010111 | 111000 |
Color Harmonies of #2FF188
Complementary color
Monochromatic Colors of #2FF188
Black with #2FF188
Text Example
Text Example
White with #2FF188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF188; }
p { color: rgb(47,241,136); }
H1.HeaderClassName
{
color: #2FF188;
}
.AnyTagClassName
{
color: #2FF188;
}
</style>
background-color css
<style>
a { background-color: #2FF188; }
a { background-color: rgb(47,241,136); }
div.DivClassName
{
background-color: #2FF188;
}
.BgClassName
{
background-color: #2FF188;
}
</style>
border-color css
<style>
span { border-color: #2FF188; }
span { border-color: rgb(47,241,136); }
td.TdClassName
{
border-color: #2FF188;
}
.TagClassName
{
border-color: #2FF188;
}
</style>