Shades of Shamrock #2FF187
Tints of Shamrock #2FF187
RGB
CMYK
RGB Variations
Color information
#2FF187 (or 0x2FF187) is known color: Shamrock. HEX triplet: 2F, F1 and 87. RGB value is (47,241,135). Sum of RGB (Red+Green+Blue) = 47+241+135=423 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.11% from 423); Green value is 241 (94.53% from 255 or 56.97% from 423); Blue value is 135 (53.12% from 255 or 31.91% from 423); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF187 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF187 is #D00E78. Grayscale: #ABABAB. Windows color (decimal): -13635193 or 8909103. OLE color: 8909103.
HSL color Cylindrical-coordinate representation of color #2FF187: hue angle of 147.22º 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 #2FF187 is Cyan = 0.80, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 135 | - |
| CMYK | 0.80 | 0 | 0.44 | 0.05 |
| HSL | 147.22º | 0.87% | 0.56% | - |
| HSV(B) | 147.22º | 0.8% | 0.95% | - |
| XYZ | 37 | 65.26 | 33.57 | - |
| YUV | 170.91 | 107.73 | 39.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 135 | 0.80 | 0 | 0.44 | 0.05 | 147.22 | 0.87 | 0.56 |
| Hex | 2F | F1 | 87 | 50 | 0 | 2C | 5 | 93 | 57 | 38 |
| Octal | 57 | 361 | 207 | 120 | 0 | 54 | 5 | 223 | 127 | 70 |
| Binary | 101111 | 11110001 | 10000111 | 1010000 | 0 | 101100 | 101 | 10010011 | 1010111 | 111000 |
Color Harmonies of #2FF187
Complementary color
Monochromatic Colors of #2FF187
Black with #2FF187
Text Example
Text Example
White with #2FF187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF187; }
p { color: rgb(47,241,135); }
H1.HeaderClassName
{
color: #2FF187;
}
.AnyTagClassName
{
color: #2FF187;
}
</style>
background-color css
<style>
a { background-color: #2FF187; }
a { background-color: rgb(47,241,135); }
div.DivClassName
{
background-color: #2FF187;
}
.BgClassName
{
background-color: #2FF187;
}
</style>
border-color css
<style>
span { border-color: #2FF187; }
span { border-color: rgb(47,241,135); }
td.TdClassName
{
border-color: #2FF187;
}
.TagClassName
{
border-color: #2FF187;
}
</style>