Shades of Lime Green #3FDA42
Tints of Lime Green #3FDA42
RGB
CMYK
RGB Variations
Color information
#3FDA42 (or 0x3FDA42) is known color: Lime Green. HEX triplet: 3F, DA and 42. RGB value is (63,218,66). Sum of RGB (Red+Green+Blue) = 63+218+66=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 218 (85.55% from 255 or 62.82% from 347); Blue value is 66 (26.17% from 255 or 19.02% from 347); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA42 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDA42 is #C025BD. Grayscale: #9A9A9A. Windows color (decimal): -12592574 or 4381247. OLE color: 4381247.
HSL color Cylindrical-coordinate representation of color #3FDA42: hue angle of 121.16º 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 #3FDA42 is Cyan = 0.71, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 66 | - |
| CMYK | 0.71 | 0 | 0.70 | 0.15 |
| HSL | 121.16º | 0.68% | 0.55% | - |
| HSV(B) | 121.16º | 0.71% | 0.85% | - |
| XYZ | 28.1 | 51.59 | 13.63 | - |
| YUV | 154.33 | 78.15 | 62.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 66 | 0.71 | 0 | 0.70 | 0.15 | 121.16 | 0.68 | 0.55 |
| Hex | 3F | DA | 42 | 47 | 0 | 46 | F | 79 | 44 | 37 |
| Octal | 77 | 332 | 102 | 107 | 0 | 106 | 17 | 171 | 104 | 67 |
| Binary | 111111 | 11011010 | 1000010 | 1000111 | 0 | 1000110 | 1111 | 1111001 | 1000100 | 110111 |
Color Harmonies of #3FDA42
Complementary color
Monochromatic Colors of #3FDA42
Black with #3FDA42
Text Example
Text Example
White with #3FDA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA42; }
p { color: rgb(63,218,66); }
H1.HeaderClassName
{
color: #3FDA42;
}
.AnyTagClassName
{
color: #3FDA42;
}
</style>
background-color css
<style>
a { background-color: #3FDA42; }
a { background-color: rgb(63,218,66); }
div.DivClassName
{
background-color: #3FDA42;
}
.BgClassName
{
background-color: #3FDA42;
}
</style>
border-color css
<style>
span { border-color: #3FDA42; }
span { border-color: rgb(63,218,66); }
td.TdClassName
{
border-color: #3FDA42;
}
.TagClassName
{
border-color: #3FDA42;
}
</style>