Shades of Shamrock #2FF394
Tints of Shamrock #2FF394
RGB
CMYK
RGB Variations
Color information
#2FF394 (or 0x2FF394) is known color: Shamrock. HEX triplet: 2F, F3 and 94. RGB value is (47,243,148). Sum of RGB (Red+Green+Blue) = 47+243+148=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 243 (95.31% from 255 or 55.48% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 243 - color contains mainly: green. Hex color #2FF394 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF394 is #D00C6B. Grayscale: #ADADAD. Windows color (decimal): -13634668 or 9761583. OLE color: 9761583.
HSL color Cylindrical-coordinate representation of color #2FF394: hue angle of 150.92º degrees, saturation: 0.89, 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 #2FF394 is Cyan = 0.81, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 47 | 243 | 148 | - |
| CMYK | 0.81 | 0 | 0.39 | 0.05 |
| HSL | 150.92º | 0.89% | 0.57% | - |
| HSV(B) | 150.92º | 0.81% | 0.95% | - |
| XYZ | 38.57 | 66.84 | 38.89 | - |
| YUV | 173.57 | 113.57 | 37.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 243 | 148 | 0.81 | 0 | 0.39 | 0.05 | 150.92 | 0.89 | 0.57 |
| Hex | 2F | F3 | 94 | 51 | 0 | 27 | 5 | 97 | 59 | 39 |
| Octal | 57 | 363 | 224 | 121 | 0 | 47 | 5 | 227 | 131 | 71 |
| Binary | 101111 | 11110011 | 10010100 | 1010001 | 0 | 100111 | 101 | 10010111 | 1011001 | 111001 |
Color Harmonies of #2FF394
Complementary color
Monochromatic Colors of #2FF394
Black with #2FF394
Text Example
Text Example
White with #2FF394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF394; }
p { color: rgb(47,243,148); }
H1.HeaderClassName
{
color: #2FF394;
}
.AnyTagClassName
{
color: #2FF394;
}
</style>
background-color css
<style>
a { background-color: #2FF394; }
a { background-color: rgb(47,243,148); }
div.DivClassName
{
background-color: #2FF394;
}
.BgClassName
{
background-color: #2FF394;
}
</style>
border-color css
<style>
span { border-color: #2FF394; }
span { border-color: rgb(47,243,148); }
td.TdClassName
{
border-color: #2FF394;
}
.TagClassName
{
border-color: #2FF394;
}
</style>