Shades of Shamrock #2FF99D
Tints of Shamrock #2FF99D
RGB
CMYK
RGB Variations
Color information
#2FF99D (or 0x2FF99D) is known color: Shamrock. HEX triplet: 2F, F9 and 9D. RGB value is (47,249,157). Sum of RGB (Red+Green+Blue) = 47+249+157=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 249 (97.66% from 255 or 54.97% from 453); Blue value is 157 (61.72% from 255 or 34.66% from 453); Max value from RGB is 249 - color contains mainly: green. Hex color #2FF99D is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FF99D is #D00662. Grayscale: #B2B2B2. Windows color (decimal): -13633123 or 10352943. OLE color: 10352943.
HSL color Cylindrical-coordinate representation of color #2FF99D: hue angle of 152.67º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FF99D is Cyan = 0.81, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 47 | 249 | 157 | - |
| CMYK | 0.81 | 0 | 0.37 | 0.02 |
| HSL | 152.67º | 0.94% | 0.58% | - |
| HSV(B) | 152.67º | 0.81% | 0.98% | - |
| XYZ | 41.13 | 70.79 | 43.39 | - |
| YUV | 178.11 | 116.08 | 34.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 249 | 157 | 0.81 | 0 | 0.37 | 0.02 | 152.67 | 0.94 | 0.58 |
| Hex | 2F | F9 | 9D | 51 | 0 | 25 | 2 | 99 | 5E | 3A |
| Octal | 57 | 371 | 235 | 121 | 0 | 45 | 2 | 231 | 136 | 72 |
| Binary | 101111 | 11111001 | 10011101 | 1010001 | 0 | 100101 | 10 | 10011001 | 1011110 | 111010 |
Color Harmonies of #2FF99D
Complementary color
Monochromatic Colors of #2FF99D
Black with #2FF99D
Text Example
Text Example
White with #2FF99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF99D; }
p { color: rgb(47,249,157); }
H1.HeaderClassName
{
color: #2FF99D;
}
.AnyTagClassName
{
color: #2FF99D;
}
</style>
background-color css
<style>
a { background-color: #2FF99D; }
a { background-color: rgb(47,249,157); }
div.DivClassName
{
background-color: #2FF99D;
}
.BgClassName
{
background-color: #2FF99D;
}
</style>
border-color css
<style>
span { border-color: #2FF99D; }
span { border-color: rgb(47,249,157); }
td.TdClassName
{
border-color: #2FF99D;
}
.TagClassName
{
border-color: #2FF99D;
}
</style>