Shades of Lime Green #3FDA41
Tints of Lime Green #3FDA41
RGB
CMYK
RGB Variations
Color information
#3FDA41 (or 0x3FDA41) is known color: Lime Green. HEX triplet: 3F, DA and 41. RGB value is (63,218,65). Sum of RGB (Red+Green+Blue) = 63+218+65=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 218 (85.55% from 255 or 63.01% from 346); Blue value is 65 (25.78% from 255 or 18.79% from 346); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA41 is #C025BE. Grayscale: #9A9A9A. Windows color (decimal): -12592575 or 4315711. OLE color: 4315711.
HSL color Cylindrical-coordinate representation of color #3FDA41: hue angle of 120.77º degrees, saturation: 0.68, 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 #3FDA41 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 65 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.15 |
| HSL | 120.77º | 0.68% | 0.55% | - |
| HSV(B) | 120.77º | 0.71% | 0.85% | - |
| XYZ | 28.08 | 51.58 | 13.48 | - |
| YUV | 154.21 | 77.65 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 65 | 0.71 | 0 | 0.70 | 0.15 | 120.77 | 0.68 | 0.55 |
| Hex | 3F | DA | 41 | 47 | 0 | 46 | F | 79 | 44 | 37 |
| Octal | 77 | 332 | 101 | 107 | 0 | 106 | 17 | 171 | 104 | 67 |
| Binary | 111111 | 11011010 | 1000001 | 1000111 | 0 | 1000110 | 1111 | 1111001 | 1000100 | 110111 |
Color Harmonies of #3FDA41
Complementary color
Monochromatic Colors of #3FDA41
Black with #3FDA41
Text Example
Text Example
White with #3FDA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA41; }
p { color: rgb(63,218,65); }
H1.HeaderClassName
{
color: #3FDA41;
}
.AnyTagClassName
{
color: #3FDA41;
}
</style>
background-color css
<style>
a { background-color: #3FDA41; }
a { background-color: rgb(63,218,65); }
div.DivClassName
{
background-color: #3FDA41;
}
.BgClassName
{
background-color: #3FDA41;
}
</style>
border-color css
<style>
span { border-color: #3FDA41; }
span { border-color: rgb(63,218,65); }
td.TdClassName
{
border-color: #3FDA41;
}
.TagClassName
{
border-color: #3FDA41;
}
</style>