Shades of Lime Green #2FEE3C
Tints of Lime Green #2FEE3C
RGB
CMYK
RGB Variations
Color information
#2FEE3C (or 0x2FEE3C) is known color: Lime Green. HEX triplet: 2F, EE and 3C. RGB value is (47,238,60). Sum of RGB (Red+Green+Blue) = 47+238+60=345 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.62% from 345); Green value is 238 (93.36% from 255 or 68.99% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 238 - color contains mainly: green. Hex color #2FEE3C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FEE3C is #D011C3. Grayscale: #A1A1A1. Windows color (decimal): -13636036 or 3993135. OLE color: 3993135.
HSL color Cylindrical-coordinate representation of color #2FEE3C: hue angle of 124.08º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FEE3C is Cyan = 0.80, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 47 | 238 | 60 | - |
| CMYK | 0.80 | 0 | 0.75 | 0.07 |
| HSL | 124.08º | 0.85% | 0.56% | - |
| HSV(B) | 124.08º | 0.8% | 0.93% | - |
| XYZ | 32.56 | 62.08 | 14.54 | - |
| YUV | 160.6 | 71.22 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 238 | 60 | 0.80 | 0 | 0.75 | 0.07 | 124.08 | 0.85 | 0.56 |
| Hex | 2F | EE | 3C | 50 | 0 | 4B | 7 | 7C | 55 | 38 |
| Octal | 57 | 356 | 74 | 120 | 0 | 113 | 7 | 174 | 125 | 70 |
| Binary | 101111 | 11101110 | 111100 | 1010000 | 0 | 1001011 | 111 | 1111100 | 1010101 | 111000 |
Color Harmonies of #2FEE3C
Complementary color
Monochromatic Colors of #2FEE3C
Black with #2FEE3C
Text Example
Text Example
White with #2FEE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FEE3C; }
p { color: rgb(47,238,60); }
H1.HeaderClassName
{
color: #2FEE3C;
}
.AnyTagClassName
{
color: #2FEE3C;
}
</style>
background-color css
<style>
a { background-color: #2FEE3C; }
a { background-color: rgb(47,238,60); }
div.DivClassName
{
background-color: #2FEE3C;
}
.BgClassName
{
background-color: #2FEE3C;
}
</style>
border-color css
<style>
span { border-color: #2FEE3C; }
span { border-color: rgb(47,238,60); }
td.TdClassName
{
border-color: #2FEE3C;
}
.TagClassName
{
border-color: #2FEE3C;
}
</style>