Shades of Shamrock #2FF68A
Tints of Shamrock #2FF68A
RGB
CMYK
RGB Variations
Color information
#2FF68A (or 0x2FF68A) is known color: Shamrock. HEX triplet: 2F, F6 and 8A. RGB value is (47,246,138). Sum of RGB (Red+Green+Blue) = 47+246+138=431 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.90% from 431); Green value is 246 (96.48% from 255 or 57.08% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 246 - color contains mainly: green. Hex color #2FF68A is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF68A is #D00975. Grayscale: #AEAEAE. Windows color (decimal): -13633910 or 9106991. OLE color: 9106991.
HSL color Cylindrical-coordinate representation of color #2FF68A: hue angle of 147.44º degrees, saturation: 0.92, 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 #2FF68A is Cyan = 0.81, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 246 | 138 | - |
| CMYK | 0.81 | 0 | 0.44 | 0.04 |
| HSL | 147.44º | 0.92% | 0.57% | - |
| HSV(B) | 147.44º | 0.81% | 0.96% | - |
| XYZ | 38.72 | 68.35 | 35.2 | - |
| YUV | 174.19 | 107.57 | 37.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 246 | 138 | 0.81 | 0 | 0.44 | 0.04 | 147.44 | 0.92 | 0.57 |
| Hex | 2F | F6 | 8A | 51 | 0 | 2C | 4 | 93 | 5C | 39 |
| Octal | 57 | 366 | 212 | 121 | 0 | 54 | 4 | 223 | 134 | 71 |
| Binary | 101111 | 11110110 | 10001010 | 1010001 | 0 | 101100 | 100 | 10010011 | 1011100 | 111001 |
Color Harmonies of #2FF68A
Complementary color
Monochromatic Colors of #2FF68A
Black with #2FF68A
Text Example
Text Example
White with #2FF68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF68A; }
p { color: rgb(47,246,138); }
H1.HeaderClassName
{
color: #2FF68A;
}
.AnyTagClassName
{
color: #2FF68A;
}
</style>
background-color css
<style>
a { background-color: #2FF68A; }
a { background-color: rgb(47,246,138); }
div.DivClassName
{
background-color: #2FF68A;
}
.BgClassName
{
background-color: #2FF68A;
}
</style>
border-color css
<style>
span { border-color: #2FF68A; }
span { border-color: rgb(47,246,138); }
td.TdClassName
{
border-color: #2FF68A;
}
.TagClassName
{
border-color: #2FF68A;
}
</style>