Shades of Lime Green #2FF52C
Tints of Lime Green #2FF52C
RGB
CMYK
RGB Variations
Color information
#2FF52C (or 0x2FF52C) is known color: Lime Green. HEX triplet: 2F, F5 and 2C. RGB value is (47,245,44). Sum of RGB (Red+Green+Blue) = 47+245+44=336 (44% of max value = 765). Red value is 47 (18.75% from 255 or 13.99% from 336); Green value is 245 (96.09% from 255 or 72.92% from 336); Blue value is 44 (17.58% from 255 or 13.10% from 336); Max value from RGB is 245 - color contains mainly: green. Hex color #2FF52C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #2FF52C is #D00AD3. Grayscale: #A3A3A3. Windows color (decimal): -13634260 or 2946351. OLE color: 2946351.
HSL color Cylindrical-coordinate representation of color #2FF52C: hue angle of 119.1º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2FF52C is Cyan = 0.81, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 47 | 245 | 44 | - |
| CMYK | 0.81 | 0 | 0.82 | 0.04 |
| HSL | 119.1º | 0.91% | 0.57% | - |
| HSV(B) | 119.1º | 0.82% | 0.96% | - |
| XYZ | 34.28 | 66.09 | 13.33 | - |
| YUV | 162.88 | 60.9 | 45.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 245 | 44 | 0.81 | 0 | 0.82 | 0.04 | 119.1 | 0.91 | 0.57 |
| Hex | 2F | F5 | 2C | 51 | 0 | 52 | 4 | 77 | 5B | 39 |
| Octal | 57 | 365 | 54 | 121 | 0 | 122 | 4 | 167 | 133 | 71 |
| Binary | 101111 | 11110101 | 101100 | 1010001 | 0 | 1010010 | 100 | 1110111 | 1011011 | 111001 |
Color Harmonies of #2FF52C
Complementary color
Monochromatic Colors of #2FF52C
Black with #2FF52C
Text Example
Text Example
White with #2FF52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FF52C; }
p { color: rgb(47,245,44); }
H1.HeaderClassName
{
color: #2FF52C;
}
.AnyTagClassName
{
color: #2FF52C;
}
</style>
background-color css
<style>
a { background-color: #2FF52C; }
a { background-color: rgb(47,245,44); }
div.DivClassName
{
background-color: #2FF52C;
}
.BgClassName
{
background-color: #2FF52C;
}
</style>
border-color css
<style>
span { border-color: #2FF52C; }
span { border-color: rgb(47,245,44); }
td.TdClassName
{
border-color: #2FF52C;
}
.TagClassName
{
border-color: #2FF52C;
}
</style>