Shades of Lime Green #3FCE55
Tints of Lime Green #3FCE55
RGB
CMYK
RGB Variations
Color information
#3FCE55 (or 0x3FCE55) is known color: Lime Green. HEX triplet: 3F, CE and 55. RGB value is (63,206,85). Sum of RGB (Red+Green+Blue) = 63+206+85=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 206 (80.86% from 255 or 58.19% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCE55 is #C031AA. Grayscale: #959595. Windows color (decimal): -12595627 or 5623359. OLE color: 5623359.
HSL color Cylindrical-coordinate representation of color #3FCE55: hue angle of 129.23º 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 #3FCE55 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 85 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.19 |
| HSL | 129.23º | 0.59% | 0.53% | - |
| HSV(B) | 129.23º | 0.69% | 0.81% | - |
| XYZ | 25.76 | 45.86 | 16.09 | - |
| YUV | 149.45 | 91.62 | 66.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 85 | 0.69 | 0 | 0.59 | 0.19 | 129.23 | 0.59 | 0.53 |
| Hex | 3F | CE | 55 | 45 | 0 | 3B | 13 | 81 | 3B | 35 |
| Octal | 77 | 316 | 125 | 105 | 0 | 73 | 23 | 201 | 73 | 65 |
| Binary | 111111 | 11001110 | 1010101 | 1000101 | 0 | 111011 | 10011 | 10000001 | 111011 | 110101 |
Color Harmonies of #3FCE55
Complementary color
Monochromatic Colors of #3FCE55
Black with #3FCE55
Text Example
Text Example
White with #3FCE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE55; }
p { color: rgb(63,206,85); }
H1.HeaderClassName
{
color: #3FCE55;
}
.AnyTagClassName
{
color: #3FCE55;
}
</style>
background-color css
<style>
a { background-color: #3FCE55; }
a { background-color: rgb(63,206,85); }
div.DivClassName
{
background-color: #3FCE55;
}
.BgClassName
{
background-color: #3FCE55;
}
</style>
border-color css
<style>
span { border-color: #3FCE55; }
span { border-color: rgb(63,206,85); }
td.TdClassName
{
border-color: #3FCE55;
}
.TagClassName
{
border-color: #3FCE55;
}
</style>