Shades of Lime Green #3FCE40
Tints of Lime Green #3FCE40
RGB
CMYK
RGB Variations
Color information
#3FCE40 (or 0x3FCE40) is known color: Lime Green. HEX triplet: 3F, CE and 40. RGB value is (63,206,64). Sum of RGB (Red+Green+Blue) = 63+206+64=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 206 (80.86% from 255 or 61.86% from 333); Blue value is 64 (25.39% from 255 or 19.22% from 333); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE40 is #C031BF. Grayscale: #939393. Windows color (decimal): -12595648 or 4247103. OLE color: 4247103.
HSL color Cylindrical-coordinate representation of color #3FCE40: hue angle of 120.42º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCE40 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 64 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.19 |
| HSL | 120.42º | 0.59% | 0.53% | - |
| HSV(B) | 120.42º | 0.69% | 0.81% | - |
| XYZ | 25.05 | 45.57 | 12.33 | - |
| YUV | 147.06 | 81.12 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 64 | 0.69 | 0 | 0.69 | 0.19 | 120.42 | 0.59 | 0.53 |
| Hex | 3F | CE | 40 | 45 | 0 | 45 | 13 | 78 | 3B | 35 |
| Octal | 77 | 316 | 100 | 105 | 0 | 105 | 23 | 170 | 73 | 65 |
| Binary | 111111 | 11001110 | 1000000 | 1000101 | 0 | 1000101 | 10011 | 1111000 | 111011 | 110101 |
Color Harmonies of #3FCE40
Complementary color
Monochromatic Colors of #3FCE40
Black with #3FCE40
Text Example
Text Example
White with #3FCE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE40; }
p { color: rgb(63,206,64); }
H1.HeaderClassName
{
color: #3FCE40;
}
.AnyTagClassName
{
color: #3FCE40;
}
</style>
background-color css
<style>
a { background-color: #3FCE40; }
a { background-color: rgb(63,206,64); }
div.DivClassName
{
background-color: #3FCE40;
}
.BgClassName
{
background-color: #3FCE40;
}
</style>
border-color css
<style>
span { border-color: #3FCE40; }
span { border-color: rgb(63,206,64); }
td.TdClassName
{
border-color: #3FCE40;
}
.TagClassName
{
border-color: #3FCE40;
}
</style>