Shades of Shamrock #2FEF99
Tints of Shamrock #2FEF99
RGB
CMYK
RGB Variations
Color information
#2FEF99 (or 0x2FEF99) is known color: Shamrock. HEX triplet: 2F, EF and 99. RGB value is (47,239,153). Sum of RGB (Red+Green+Blue) = 47+239+153=439 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.71% from 439); Green value is 239 (93.75% from 255 or 54.44% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 239 - color contains mainly: green. Hex color #2FEF99 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #2FEF99 is #D01066. Grayscale: #ABABAB. Windows color (decimal): -13635687 or 10088239. OLE color: 10088239.
HSL color Cylindrical-coordinate representation of color #2FEF99: hue angle of 153.12º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEF99 is Cyan = 0.80, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 47 | 239 | 153 | - |
| CMYK | 0.80 | 0 | 0.36 | 0.06 |
| HSL | 153.13º | 0.86% | 0.56% | - |
| HSV(B) | 153.13º | 0.8% | 0.94% | - |
| XYZ | 37.79 | 64.64 | 40.62 | - |
| YUV | 171.79 | 117.39 | 38.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 239 | 153 | 0.80 | 0 | 0.36 | 0.06 | 153.13 | 0.86 | 0.56 |
| Hex | 2F | EF | 99 | 50 | 0 | 24 | 6 | 99 | 56 | 38 |
| Octal | 57 | 357 | 231 | 120 | 0 | 44 | 6 | 231 | 126 | 70 |
| Binary | 101111 | 11101111 | 10011001 | 1010000 | 0 | 100100 | 110 | 10011001 | 1010110 | 111000 |
Color Harmonies of #2FEF99
Complementary color
Monochromatic Colors of #2FEF99
Black with #2FEF99
Text Example
Text Example
White with #2FEF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEF99; }
p { color: rgb(47,239,153); }
H1.HeaderClassName
{
color: #2FEF99;
}
.AnyTagClassName
{
color: #2FEF99;
}
</style>
background-color css
<style>
a { background-color: #2FEF99; }
a { background-color: rgb(47,239,153); }
div.DivClassName
{
background-color: #2FEF99;
}
.BgClassName
{
background-color: #2FEF99;
}
</style>
border-color css
<style>
span { border-color: #2FEF99; }
span { border-color: rgb(47,239,153); }
td.TdClassName
{
border-color: #2FEF99;
}
.TagClassName
{
border-color: #2FEF99;
}
</style>