Shades of Lime Green #3FCE52
Tints of Lime Green #3FCE52
RGB
CMYK
RGB Variations
Color information
#3FCE52 (or 0x3FCE52) is known color: Lime Green. HEX triplet: 3F, CE and 52. RGB value is (63,206,82). Sum of RGB (Red+Green+Blue) = 63+206+82=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 206 (80.86% from 255 or 58.69% from 351); Blue value is 82 (32.42% from 255 or 23.36% from 351); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCE52 is #C031AD. Grayscale: #959595. Windows color (decimal): -12595630 or 5426751. OLE color: 5426751.
HSL color Cylindrical-coordinate representation of color #3FCE52: hue angle of 127.97º 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 #3FCE52 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 82 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.19 |
| HSL | 127.97º | 0.59% | 0.53% | - |
| HSV(B) | 127.97º | 0.69% | 0.81% | - |
| XYZ | 25.64 | 45.81 | 15.47 | - |
| YUV | 149.11 | 90.12 | 66.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 82 | 0.69 | 0 | 0.60 | 0.19 | 127.97 | 0.59 | 0.53 |
| Hex | 3F | CE | 52 | 45 | 0 | 3C | 13 | 80 | 3B | 35 |
| Octal | 77 | 316 | 122 | 105 | 0 | 74 | 23 | 200 | 73 | 65 |
| Binary | 111111 | 11001110 | 1010010 | 1000101 | 0 | 111100 | 10011 | 10000000 | 111011 | 110101 |
Color Harmonies of #3FCE52
Complementary color
Monochromatic Colors of #3FCE52
Black with #3FCE52
Text Example
Text Example
White with #3FCE52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE52; }
p { color: rgb(63,206,82); }
H1.HeaderClassName
{
color: #3FCE52;
}
.AnyTagClassName
{
color: #3FCE52;
}
</style>
background-color css
<style>
a { background-color: #3FCE52; }
a { background-color: rgb(63,206,82); }
div.DivClassName
{
background-color: #3FCE52;
}
.BgClassName
{
background-color: #3FCE52;
}
</style>
border-color css
<style>
span { border-color: #3FCE52; }
span { border-color: rgb(63,206,82); }
td.TdClassName
{
border-color: #3FCE52;
}
.TagClassName
{
border-color: #3FCE52;
}
</style>