Shades of Lime Green #3FD942
Tints of Lime Green #3FD942
RGB
CMYK
RGB Variations
Color information
#3FD942 (or 0x3FD942) is known color: Lime Green. HEX triplet: 3F, D9 and 42. RGB value is (63,217,66). Sum of RGB (Red+Green+Blue) = 63+217+66=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 217 (85.16% from 255 or 62.72% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD942 is #C026BD. Grayscale: #9A9A9A. Windows color (decimal): -12592830 or 4380991. OLE color: 4380991.
HSL color Cylindrical-coordinate representation of color #3FD942: hue angle of 121.17º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD942 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 66 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.15 |
| HSL | 121.17º | 0.67% | 0.55% | - |
| HSV(B) | 121.17º | 0.71% | 0.85% | - |
| XYZ | 27.85 | 51.08 | 13.55 | - |
| YUV | 153.74 | 78.48 | 63.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 66 | 0.71 | 0 | 0.70 | 0.15 | 121.17 | 0.67 | 0.55 |
| Hex | 3F | D9 | 42 | 47 | 0 | 46 | F | 79 | 43 | 37 |
| Octal | 77 | 331 | 102 | 107 | 0 | 106 | 17 | 171 | 103 | 67 |
| Binary | 111111 | 11011001 | 1000010 | 1000111 | 0 | 1000110 | 1111 | 1111001 | 1000011 | 110111 |
Color Harmonies of #3FD942
Complementary color
Monochromatic Colors of #3FD942
Black with #3FD942
Text Example
Text Example
White with #3FD942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD942; }
p { color: rgb(63,217,66); }
H1.HeaderClassName
{
color: #3FD942;
}
.AnyTagClassName
{
color: #3FD942;
}
</style>
background-color css
<style>
a { background-color: #3FD942; }
a { background-color: rgb(63,217,66); }
div.DivClassName
{
background-color: #3FD942;
}
.BgClassName
{
background-color: #3FD942;
}
</style>
border-color css
<style>
span { border-color: #3FD942; }
span { border-color: rgb(63,217,66); }
td.TdClassName
{
border-color: #3FD942;
}
.TagClassName
{
border-color: #3FD942;
}
</style>