Shades of Lime Green #3FCE41
Tints of Lime Green #3FCE41
RGB
CMYK
RGB Variations
Color information
#3FCE41 (or 0x3FCE41) is known color: Lime Green. HEX triplet: 3F, CE and 41. RGB value is (63,206,65). Sum of RGB (Red+Green+Blue) = 63+206+65=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 206 (80.86% from 255 or 61.68% from 334); Blue value is 65 (25.78% from 255 or 19.46% from 334); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE41 is #C031BE. Grayscale: #939393. Windows color (decimal): -12595647 or 4312639. OLE color: 4312639.
HSL color Cylindrical-coordinate representation of color #3FCE41: hue angle of 120.84º 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 #3FCE41 is Cyan = 0.69, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 65 | - |
| CMYK | 0.69 | 0 | 0.68 | 0.19 |
| HSL | 120.84º | 0.59% | 0.53% | - |
| HSV(B) | 120.84º | 0.69% | 0.81% | - |
| XYZ | 25.08 | 45.58 | 12.48 | - |
| YUV | 147.17 | 81.62 | 67.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 65 | 0.69 | 0 | 0.68 | 0.19 | 120.84 | 0.59 | 0.53 |
| Hex | 3F | CE | 41 | 45 | 0 | 44 | 13 | 79 | 3B | 35 |
| Octal | 77 | 316 | 101 | 105 | 0 | 104 | 23 | 171 | 73 | 65 |
| Binary | 111111 | 11001110 | 1000001 | 1000101 | 0 | 1000100 | 10011 | 1111001 | 111011 | 110101 |
Color Harmonies of #3FCE41
Complementary color
Monochromatic Colors of #3FCE41
Black with #3FCE41
Text Example
Text Example
White with #3FCE41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE41; }
p { color: rgb(63,206,65); }
H1.HeaderClassName
{
color: #3FCE41;
}
.AnyTagClassName
{
color: #3FCE41;
}
</style>
background-color css
<style>
a { background-color: #3FCE41; }
a { background-color: rgb(63,206,65); }
div.DivClassName
{
background-color: #3FCE41;
}
.BgClassName
{
background-color: #3FCE41;
}
</style>
border-color css
<style>
span { border-color: #3FCE41; }
span { border-color: rgb(63,206,65); }
td.TdClassName
{
border-color: #3FCE41;
}
.TagClassName
{
border-color: #3FCE41;
}
</style>