Shades of Lime Green #2FC920
Tints of Lime Green #2FC920
RGB
CMYK
RGB Variations
Color information
#2FC920 (or 0x2FC920) is known color: Lime Green. HEX triplet: 2F, C9 and 20. RGB value is (47,201,32). Sum of RGB (Red+Green+Blue) = 47+201+32=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 201 (78.91% from 255 or 71.79% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 201 - color contains mainly: green. Hex color #2FC920 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC920 is #D036DF. Grayscale: #888888. Windows color (decimal): -13645536 or 2148655. OLE color: 2148655.
HSL color Cylindrical-coordinate representation of color #2FC920: hue angle of 114.67º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC920 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 47 | 201 | 32 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.21 |
| HSL | 114.67º | 0.73% | 0.46% | - |
| HSV(B) | 114.67º | 0.84% | 0.79% | - |
| XYZ | 22.32 | 42.48 | 8.39 | - |
| YUV | 135.69 | 69.48 | 64.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 201 | 32 | 0.77 | 0 | 0.84 | 0.21 | 114.67 | 0.73 | 0.46 |
| Hex | 2F | C9 | 20 | 4D | 0 | 54 | 15 | 73 | 49 | 2E |
| Octal | 57 | 311 | 40 | 115 | 0 | 124 | 25 | 163 | 111 | 56 |
| Binary | 101111 | 11001001 | 100000 | 1001101 | 0 | 1010100 | 10101 | 1110011 | 1001001 | 101110 |
Color Harmonies of #2FC920
Complementary color
Monochromatic Colors of #2FC920
Black with #2FC920
Text Example
Text Example
White with #2FC920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC920; }
p { color: rgb(47,201,32); }
H1.HeaderClassName
{
color: #2FC920;
}
.AnyTagClassName
{
color: #2FC920;
}
</style>
background-color css
<style>
a { background-color: #2FC920; }
a { background-color: rgb(47,201,32); }
div.DivClassName
{
background-color: #2FC920;
}
.BgClassName
{
background-color: #2FC920;
}
</style>
border-color css
<style>
span { border-color: #2FC920; }
span { border-color: rgb(47,201,32); }
td.TdClassName
{
border-color: #2FC920;
}
.TagClassName
{
border-color: #2FC920;
}
</style>