Shades of Shamrock #2FF18C
Tints of Shamrock #2FF18C
RGB
CMYK
RGB Variations
Color information
#2FF18C (or 0x2FF18C) is known color: Shamrock. HEX triplet: 2F, F1 and 8C. RGB value is (47,241,140). Sum of RGB (Red+Green+Blue) = 47+241+140=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 241 (94.53% from 255 or 56.31% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 241 - color contains mainly: green. Hex color #2FF18C is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF18C is #D00E73. Grayscale: #ABABAB. Windows color (decimal): -13635188 or 9236783. OLE color: 9236783.
HSL color Cylindrical-coordinate representation of color #2FF18C: hue angle of 148.76º 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 #2FF18C is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 241 | 140 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.05 |
| HSL | 148.76º | 0.87% | 0.56% | - |
| HSV(B) | 148.76º | 0.8% | 0.95% | - |
| XYZ | 37.36 | 65.41 | 35.47 | - |
| YUV | 171.48 | 110.23 | 39.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 241 | 140 | 0.80 | 0 | 0.42 | 0.05 | 148.76 | 0.87 | 0.56 |
| Hex | 2F | F1 | 8C | 50 | 0 | 2A | 5 | 95 | 57 | 38 |
| Octal | 57 | 361 | 214 | 120 | 0 | 52 | 5 | 225 | 127 | 70 |
| Binary | 101111 | 11110001 | 10001100 | 1010000 | 0 | 101010 | 101 | 10010101 | 1010111 | 111000 |
Color Harmonies of #2FF18C
Complementary color
Monochromatic Colors of #2FF18C
Black with #2FF18C
Text Example
Text Example
White with #2FF18C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF18C; }
p { color: rgb(47,241,140); }
H1.HeaderClassName
{
color: #2FF18C;
}
.AnyTagClassName
{
color: #2FF18C;
}
</style>
background-color css
<style>
a { background-color: #2FF18C; }
a { background-color: rgb(47,241,140); }
div.DivClassName
{
background-color: #2FF18C;
}
.BgClassName
{
background-color: #2FF18C;
}
</style>
border-color css
<style>
span { border-color: #2FF18C; }
span { border-color: rgb(47,241,140); }
td.TdClassName
{
border-color: #2FF18C;
}
.TagClassName
{
border-color: #2FF18C;
}
</style>