Shades of Lime Green #2FC520
Tints of Lime Green #2FC520
RGB
CMYK
RGB Variations
Color information
#2FC520 (or 0x2FC520) is known color: Lime Green. HEX triplet: 2F, C5 and 20. RGB value is (47,197,32). Sum of RGB (Red+Green+Blue) = 47+197+32=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 197 (77.34% from 255 or 71.38% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 197 - color contains mainly: green. Hex color #2FC520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC520 is #D03ADF. Grayscale: #858585. Windows color (decimal): -13646560 or 2147631. OLE color: 2147631.
HSL color Cylindrical-coordinate representation of color #2FC520: hue angle of 114.55º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC520 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 47 | 197 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.23 |
| HSL | 114.55º | 0.72% | 0.45% | - |
| HSV(B) | 114.55º | 0.84% | 0.77% | - |
| XYZ | 21.4 | 40.64 | 8.08 | - |
| YUV | 133.34 | 70.81 | 66.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 197 | 32 | 0.76 | 0 | 0.84 | 0.23 | 114.55 | 0.72 | 0.45 |
| Hex | 2F | C5 | 20 | 4C | 0 | 54 | 17 | 73 | 48 | 2D |
| Octal | 57 | 305 | 40 | 114 | 0 | 124 | 27 | 163 | 110 | 55 |
| Binary | 101111 | 11000101 | 100000 | 1001100 | 0 | 1010100 | 10111 | 1110011 | 1001000 | 101101 |
Color Harmonies of #2FC520
Complementary color
Monochromatic Colors of #2FC520
Black with #2FC520
Text Example
Text Example
White with #2FC520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC520; }
p { color: rgb(47,197,32); }
H1.HeaderClassName
{
color: #2FC520;
}
.AnyTagClassName
{
color: #2FC520;
}
</style>
background-color css
<style>
a { background-color: #2FC520; }
a { background-color: rgb(47,197,32); }
div.DivClassName
{
background-color: #2FC520;
}
.BgClassName
{
background-color: #2FC520;
}
</style>
border-color css
<style>
span { border-color: #2FC520; }
span { border-color: rgb(47,197,32); }
td.TdClassName
{
border-color: #2FC520;
}
.TagClassName
{
border-color: #2FC520;
}
</style>