Shades of Lime Green #3FD92C
Tints of Lime Green #3FD92C
RGB
CMYK
RGB Variations
Color information
#3FD92C (or 0x3FD92C) is known color: Lime Green. HEX triplet: 3F, D9 and 2C. RGB value is (63,217,44). Sum of RGB (Red+Green+Blue) = 63+217+44=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 217 (85.16% from 255 or 66.98% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD92C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD92C is #C026D3. Grayscale: #979797. Windows color (decimal): -12592852 or 2939199. OLE color: 2939199.
HSL color Cylindrical-coordinate representation of color #3FD92C: hue angle of 113.41º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FD92C is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 44 | - |
| CMYK | 0.71 | 0 | 0.80 | 0.15 |
| HSL | 113.41º | 0.69% | 0.51% | - |
| HSV(B) | 113.41º | 0.8% | 0.85% | - |
| XYZ | 27.32 | 50.86 | 10.76 | - |
| YUV | 151.23 | 67.48 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 44 | 0.71 | 0 | 0.80 | 0.15 | 113.41 | 0.69 | 0.51 |
| Hex | 3F | D9 | 2C | 47 | 0 | 50 | F | 71 | 45 | 33 |
| Octal | 77 | 331 | 54 | 107 | 0 | 120 | 17 | 161 | 105 | 63 |
| Binary | 111111 | 11011001 | 101100 | 1000111 | 0 | 1010000 | 1111 | 1110001 | 1000101 | 110011 |
Color Harmonies of #3FD92C
Complementary color
Monochromatic Colors of #3FD92C
Black with #3FD92C
Text Example
Text Example
White with #3FD92C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD92C; }
p { color: rgb(63,217,44); }
H1.HeaderClassName
{
color: #3FD92C;
}
.AnyTagClassName
{
color: #3FD92C;
}
</style>
background-color css
<style>
a { background-color: #3FD92C; }
a { background-color: rgb(63,217,44); }
div.DivClassName
{
background-color: #3FD92C;
}
.BgClassName
{
background-color: #3FD92C;
}
</style>
border-color css
<style>
span { border-color: #3FD92C; }
span { border-color: rgb(63,217,44); }
td.TdClassName
{
border-color: #3FD92C;
}
.TagClassName
{
border-color: #3FD92C;
}
</style>