Shades of Shamrock #2FF292
Tints of Shamrock #2FF292
RGB
CMYK
RGB Variations
Color information
#2FF292 (or 0x2FF292) is known color: Shamrock. HEX triplet: 2F, F2 and 92. RGB value is (47,242,146). Sum of RGB (Red+Green+Blue) = 47+242+146=435 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.80% from 435); Green value is 242 (94.92% from 255 or 55.63% from 435); Blue value is 146 (57.42% from 255 or 33.56% from 435); Max value from RGB is 242 - color contains mainly: green. Hex color #2FF292 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF292 is #D00D6D. Grayscale: #ACACAC. Windows color (decimal): -13634926 or 9630255. OLE color: 9630255.
HSL color Cylindrical-coordinate representation of color #2FF292: hue angle of 150.46º 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 #2FF292 is Cyan = 0.81, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 242 | 146 | - |
| CMYK | 0.81 | 0 | 0.40 | 0.05 |
| HSL | 150.46º | 0.88% | 0.57% | - |
| HSV(B) | 150.46º | 0.81% | 0.95% | - |
| XYZ | 38.11 | 66.18 | 37.96 | - |
| YUV | 172.75 | 112.9 | 38.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 242 | 146 | 0.81 | 0 | 0.40 | 0.05 | 150.46 | 0.88 | 0.57 |
| Hex | 2F | F2 | 92 | 51 | 0 | 28 | 5 | 96 | 58 | 39 |
| Octal | 57 | 362 | 222 | 121 | 0 | 50 | 5 | 226 | 130 | 71 |
| Binary | 101111 | 11110010 | 10010010 | 1010001 | 0 | 101000 | 101 | 10010110 | 1011000 | 111001 |
Color Harmonies of #2FF292
Complementary color
Monochromatic Colors of #2FF292
Black with #2FF292
Text Example
Text Example
White with #2FF292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF292; }
p { color: rgb(47,242,146); }
H1.HeaderClassName
{
color: #2FF292;
}
.AnyTagClassName
{
color: #2FF292;
}
</style>
background-color css
<style>
a { background-color: #2FF292; }
a { background-color: rgb(47,242,146); }
div.DivClassName
{
background-color: #2FF292;
}
.BgClassName
{
background-color: #2FF292;
}
</style>
border-color css
<style>
span { border-color: #2FF292; }
span { border-color: rgb(47,242,146); }
td.TdClassName
{
border-color: #2FF292;
}
.TagClassName
{
border-color: #2FF292;
}
</style>