Shades of Shamrock #2FF298
Tints of Shamrock #2FF298
RGB
CMYK
RGB Variations
Color information
#2FF298 (or 0x2FF298) is known color: Shamrock. HEX triplet: 2F, F2 and 98. RGB value is (47,242,152). Sum of RGB (Red+Green+Blue) = 47+242+152=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 242 (94.92% from 255 or 54.88% from 441); Blue value is 152 (59.77% from 255 or 34.47% from 441); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF298 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF298 is #D00D67. Grayscale: #ADADAD. Windows color (decimal): -13634920 or 10023471. OLE color: 10023471.
HSL color Cylindrical-coordinate representation of color #2FF298: hue angle of 152.31º 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 #2FF298 is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 152 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.05 |
| HSL | 152.31º | 0.88% | 0.57% | - |
| HSV(B) | 152.31º | 0.81% | 0.95% | - |
| XYZ | 38.59 | 66.38 | 40.48 | - |
| YUV | 173.44 | 115.9 | 37.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 152 | 0.81 | 0 | 0.37 | 0.05 | 152.31 | 0.88 | 0.57 |
| Hex | 2F | F2 | 98 | 51 | 0 | 25 | 5 | 98 | 58 | 39 |
| Octal | 57 | 362 | 230 | 121 | 0 | 45 | 5 | 230 | 130 | 71 |
| Binary | 101111 | 11110010 | 10011000 | 1010001 | 0 | 100101 | 101 | 10011000 | 1011000 | 111001 |
Color Harmonies of #2FF298
Complementary color
Monochromatic Colors of #2FF298
Black with #2FF298
Text Example
Text Example
White with #2FF298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF298; }
p { color: rgb(47,242,152); }
H1.HeaderClassName
{
color: #2FF298;
}
.AnyTagClassName
{
color: #2FF298;
}
</style>
background-color css
<style>
a { background-color: #2FF298; }
a { background-color: rgb(47,242,152); }
div.DivClassName
{
background-color: #2FF298;
}
.BgClassName
{
background-color: #2FF298;
}
</style>
border-color css
<style>
span { border-color: #2FF298; }
span { border-color: rgb(47,242,152); }
td.TdClassName
{
border-color: #2FF298;
}
.TagClassName
{
border-color: #2FF298;
}
</style>