Shades of Lime Green #2FC319
Tints of Lime Green #2FC319
RGB
CMYK
RGB Variations
Color information
#2FC319 (or 0x2FC319) is known color: Lime Green. HEX triplet: 2F, C3 and 19. RGB value is (47,195,25). Sum of RGB (Red+Green+Blue) = 47+195+25=267 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.60% from 267); Green value is 195 (76.56% from 255 or 73.03% from 267); Blue value is 25 (10.16% from 255 or 9.36% from 267); Max value from RGB is 195 - color contains mainly: green. Hex color #2FC319 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #2FC319 is #D03CE6. Grayscale: #838383. Windows color (decimal): -13647079 or 1688367. OLE color: 1688367.
HSL color Cylindrical-coordinate representation of color #2FC319: hue angle of 112.24º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2FC319 is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 47 | 195 | 25 | - |
| CMYK | 0.76 | 0 | 0.87 | 0.24 |
| HSL | 112.24º | 0.77% | 0.43% | - |
| HSV(B) | 112.24º | 0.87% | 0.76% | - |
| XYZ | 20.86 | 39.7 | 7.48 | - |
| YUV | 131.37 | 67.97 | 67.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 195 | 25 | 0.76 | 0 | 0.87 | 0.24 | 112.24 | 0.77 | 0.43 |
| Hex | 2F | C3 | 19 | 4C | 0 | 57 | 18 | 70 | 4D | 2B |
| Octal | 57 | 303 | 31 | 114 | 0 | 127 | 30 | 160 | 115 | 53 |
| Binary | 101111 | 11000011 | 11001 | 1001100 | 0 | 1010111 | 11000 | 1110000 | 1001101 | 101011 |
Color Harmonies of #2FC319
Complementary color
Monochromatic Colors of #2FC319
Black with #2FC319
Text Example
Text Example
White with #2FC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC319; }
p { color: rgb(47,195,25); }
H1.HeaderClassName
{
color: #2FC319;
}
.AnyTagClassName
{
color: #2FC319;
}
</style>
background-color css
<style>
a { background-color: #2FC319; }
a { background-color: rgb(47,195,25); }
div.DivClassName
{
background-color: #2FC319;
}
.BgClassName
{
background-color: #2FC319;
}
</style>
border-color css
<style>
span { border-color: #2FC319; }
span { border-color: rgb(47,195,25); }
td.TdClassName
{
border-color: #2FC319;
}
.TagClassName
{
border-color: #2FC319;
}
</style>