Shades of Lime Green #3FDE38
Tints of Lime Green #3FDE38
RGB
CMYK
RGB Variations
Color information
#3FDE38 (or 0x3FDE38) is known color: Lime Green. HEX triplet: 3F, DE and 38. RGB value is (63,222,56). Sum of RGB (Red+Green+Blue) = 63+222+56=341 (45% of max value = 765). Red value is 63 (25% from 255 or 18.48% from 341); Green value is 222 (87.11% from 255 or 65.10% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 222 - color contains mainly: green. Hex color #3FDE38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDE38 is #C021C7. Grayscale: #9C9C9C. Windows color (decimal): -12591560 or 3726911. OLE color: 3726911.
HSL color Cylindrical-coordinate representation of color #3FDE38: hue angle of 117.47º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FDE38 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 222 | 56 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.13 |
| HSL | 117.47º | 0.72% | 0.55% | - |
| HSV(B) | 117.47º | 0.75% | 0.87% | - |
| XYZ | 28.88 | 53.58 | 12.56 | - |
| YUV | 155.54 | 71.82 | 62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 222 | 56 | 0.72 | 0 | 0.75 | 0.13 | 117.47 | 0.72 | 0.55 |
| Hex | 3F | DE | 38 | 48 | 0 | 4B | D | 75 | 48 | 37 |
| Octal | 77 | 336 | 70 | 110 | 0 | 113 | 15 | 165 | 110 | 67 |
| Binary | 111111 | 11011110 | 111000 | 1001000 | 0 | 1001011 | 1101 | 1110101 | 1001000 | 110111 |
Color Harmonies of #3FDE38
Complementary color
Monochromatic Colors of #3FDE38
Black with #3FDE38
Text Example
Text Example
White with #3FDE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDE38; }
p { color: rgb(63,222,56); }
H1.HeaderClassName
{
color: #3FDE38;
}
.AnyTagClassName
{
color: #3FDE38;
}
</style>
background-color css
<style>
a { background-color: #3FDE38; }
a { background-color: rgb(63,222,56); }
div.DivClassName
{
background-color: #3FDE38;
}
.BgClassName
{
background-color: #3FDE38;
}
</style>
border-color css
<style>
span { border-color: #3FDE38; }
span { border-color: rgb(63,222,56); }
td.TdClassName
{
border-color: #3FDE38;
}
.TagClassName
{
border-color: #3FDE38;
}
</style>