Shades of Shamrock #2FEA90
Tints of Shamrock #2FEA90
RGB
CMYK
RGB Variations
Color information
#2FEA90 (or 0x2FEA90) is known color: Shamrock. HEX triplet: 2F, EA and 90. RGB value is (47,234,144). Sum of RGB (Red+Green+Blue) = 47+234+144=425 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.06% from 425); Green value is 234 (91.80% from 255 or 55.06% from 425); Blue value is 144 (56.64% from 255 or 33.88% from 425); Max value from RGB is 234 - color contains mainly: green. Hex color #2FEA90 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEA90 is #D0156F. Grayscale: #A8A8A8. Windows color (decimal): -13636976 or 9497135. OLE color: 9497135.
HSL color Cylindrical-coordinate representation of color #2FEA90: hue angle of 151.12º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEA90 is Cyan = 0.80, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 47 | 234 | 144 | - |
| CMYK | 0.80 | 0 | 0.38 | 0.08 |
| HSL | 151.12º | 0.82% | 0.55% | - |
| HSV(B) | 151.12º | 0.8% | 0.92% | - |
| XYZ | 35.63 | 61.46 | 36.37 | - |
| YUV | 167.83 | 114.55 | 41.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 234 | 144 | 0.80 | 0 | 0.38 | 0.08 | 151.12 | 0.82 | 0.55 |
| Hex | 2F | EA | 90 | 50 | 0 | 26 | 8 | 97 | 52 | 37 |
| Octal | 57 | 352 | 220 | 120 | 0 | 46 | 10 | 227 | 122 | 67 |
| Binary | 101111 | 11101010 | 10010000 | 1010000 | 0 | 100110 | 1000 | 10010111 | 1010010 | 110111 |
Color Harmonies of #2FEA90
Complementary color
Monochromatic Colors of #2FEA90
Black with #2FEA90
Text Example
Text Example
White with #2FEA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEA90; }
p { color: rgb(47,234,144); }
H1.HeaderClassName
{
color: #2FEA90;
}
.AnyTagClassName
{
color: #2FEA90;
}
</style>
background-color css
<style>
a { background-color: #2FEA90; }
a { background-color: rgb(47,234,144); }
div.DivClassName
{
background-color: #2FEA90;
}
.BgClassName
{
background-color: #2FEA90;
}
</style>
border-color css
<style>
span { border-color: #2FEA90; }
span { border-color: rgb(47,234,144); }
td.TdClassName
{
border-color: #2FEA90;
}
.TagClassName
{
border-color: #2FEA90;
}
</style>