Shades of Lime Green #2FC320
Tints of Lime Green #2FC320
RGB
CMYK
RGB Variations
Color information
#2FC320 (or 0x2FC320) is known color: Lime Green. HEX triplet: 2F, C3 and 20. RGB value is (47,195,32). Sum of RGB (Red+Green+Blue) = 47+195+32=274 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.15% from 274); Green value is 195 (76.56% from 255 or 71.17% from 274); Blue value is 32 (12.89% from 255 or 11.68% from 274); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC320 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC320 is #D03CDF. Grayscale: #848484. Windows color (decimal): -13647072 or 2147119. OLE color: 2147119.
HSL color Cylindrical-coordinate representation of color #2FC320: hue angle of 114.48º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2FC320 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 32 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.24 |
| HSL | 114.48º | 0.72% | 0.45% | - |
| HSV(B) | 114.48º | 0.84% | 0.76% | - |
| XYZ | 20.95 | 39.74 | 7.93 | - |
| YUV | 132.17 | 71.47 | 67.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 32 | 0.76 | 0 | 0.84 | 0.24 | 114.48 | 0.72 | 0.45 |
| Hex | 2F | C3 | 20 | 4C | 0 | 54 | 18 | 72 | 48 | 2D |
| Octal | 57 | 303 | 40 | 114 | 0 | 124 | 30 | 162 | 110 | 55 |
| Binary | 101111 | 11000011 | 100000 | 1001100 | 0 | 1010100 | 11000 | 1110010 | 1001000 | 101101 |
Color Harmonies of #2FC320
Complementary color
Monochromatic Colors of #2FC320
Black with #2FC320
Text Example
Text Example
White with #2FC320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC320; }
p { color: rgb(47,195,32); }
H1.HeaderClassName
{
color: #2FC320;
}
.AnyTagClassName
{
color: #2FC320;
}
</style>
background-color css
<style>
a { background-color: #2FC320; }
a { background-color: rgb(47,195,32); }
div.DivClassName
{
background-color: #2FC320;
}
.BgClassName
{
background-color: #2FC320;
}
</style>
border-color css
<style>
span { border-color: #2FC320; }
span { border-color: rgb(47,195,32); }
td.TdClassName
{
border-color: #2FC320;
}
.TagClassName
{
border-color: #2FC320;
}
</style>