Shades of Lime Green #2FC039
Tints of Lime Green #2FC039
RGB
CMYK
RGB Variations
Color information
#2FC039 (or 0x2FC039) is known color: Lime Green. HEX triplet: 2F, C0 and 39. RGB value is (47,192,57). Sum of RGB (Red+Green+Blue) = 47+192+57=296 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.88% from 296); Green value is 192 (75.39% from 255 or 64.86% from 296); Blue value is 57 (22.66% from 255 or 19.26% from 296); Max value from RGB is 192 - color contains mainly: green. Hex color #2FC039 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #2FC039 is #D03FC6. Grayscale: #858585. Windows color (decimal): -13647815 or 3784751. OLE color: 3784751.
HSL color Cylindrical-coordinate representation of color #2FC039: hue angle of 124.14º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2FC039 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 47 | 192 | 57 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.25 |
| HSL | 124.14º | 0.61% | 0.47% | - |
| HSV(B) | 124.14º | 0.76% | 0.75% | - |
| XYZ | 20.76 | 38.6 | 10.23 | - |
| YUV | 133.26 | 84.96 | 66.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 192 | 57 | 0.76 | 0 | 0.70 | 0.25 | 124.14 | 0.61 | 0.47 |
| Hex | 2F | C0 | 39 | 4C | 0 | 46 | 19 | 7C | 3D | 2F |
| Octal | 57 | 300 | 71 | 114 | 0 | 106 | 31 | 174 | 75 | 57 |
| Binary | 101111 | 11000000 | 111001 | 1001100 | 0 | 1000110 | 11001 | 1111100 | 111101 | 101111 |
Color Harmonies of #2FC039
Complementary color
Monochromatic Colors of #2FC039
Black with #2FC039
Text Example
Text Example
White with #2FC039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FC039; }
p { color: rgb(47,192,57); }
H1.HeaderClassName
{
color: #2FC039;
}
.AnyTagClassName
{
color: #2FC039;
}
</style>
background-color css
<style>
a { background-color: #2FC039; }
a { background-color: rgb(47,192,57); }
div.DivClassName
{
background-color: #2FC039;
}
.BgClassName
{
background-color: #2FC039;
}
</style>
border-color css
<style>
span { border-color: #2FC039; }
span { border-color: rgb(47,192,57); }
td.TdClassName
{
border-color: #2FC039;
}
.TagClassName
{
border-color: #2FC039;
}
</style>