Shades of Shamrock #2FF58E
Tints of Shamrock #2FF58E
RGB
CMYK
RGB Variations
Color information
#2FF58E (or 0x2FF58E) is known color: Shamrock. HEX triplet: 2F, F5 and 8E. RGB value is (47,245,142). Sum of RGB (Red+Green+Blue) = 47+245+142=434 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.83% from 434); Green value is 245 (96.09% from 255 or 56.45% from 434); Blue value is 142 (55.86% from 255 or 32.72% from 434); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF58E is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF58E is #D00A71. Grayscale: #AEAEAE. Windows color (decimal): -13634162 or 9368879. OLE color: 9368879.
HSL color Cylindrical-coordinate representation of color #2FF58E: hue angle of 148.79º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF58E is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 142 | - |
| CMYK | 0.81 | 0 | 0.42 | 0.04 |
| HSL | 148.79º | 0.91% | 0.57% | - |
| HSV(B) | 148.79º | 0.81% | 0.96% | - |
| XYZ | 38.71 | 67.86 | 36.65 | - |
| YUV | 174.06 | 109.9 | 37.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 142 | 0.81 | 0 | 0.42 | 0.04 | 148.79 | 0.91 | 0.57 |
| Hex | 2F | F5 | 8E | 51 | 0 | 2A | 4 | 95 | 5B | 39 |
| Octal | 57 | 365 | 216 | 121 | 0 | 52 | 4 | 225 | 133 | 71 |
| Binary | 101111 | 11110101 | 10001110 | 1010001 | 0 | 101010 | 100 | 10010101 | 1011011 | 111001 |
Color Harmonies of #2FF58E
Complementary color
Monochromatic Colors of #2FF58E
Black with #2FF58E
Text Example
Text Example
White with #2FF58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF58E; }
p { color: rgb(47,245,142); }
H1.HeaderClassName
{
color: #2FF58E;
}
.AnyTagClassName
{
color: #2FF58E;
}
</style>
background-color css
<style>
a { background-color: #2FF58E; }
a { background-color: rgb(47,245,142); }
div.DivClassName
{
background-color: #2FF58E;
}
.BgClassName
{
background-color: #2FF58E;
}
</style>
border-color css
<style>
span { border-color: #2FF58E; }
span { border-color: rgb(47,245,142); }
td.TdClassName
{
border-color: #2FF58E;
}
.TagClassName
{
border-color: #2FF58E;
}
</style>