Shades of Lime Green #3FCE3E
Tints of Lime Green #3FCE3E
RGB
CMYK
RGB Variations
Color information
#3FCE3E (or 0x3FCE3E) is known color: Lime Green. HEX triplet: 3F, CE and 3E. RGB value is (63,206,62). Sum of RGB (Red+Green+Blue) = 63+206+62=331 (43% of max value = 765). Red value is 63 (25% from 255 or 19.03% from 331); Green value is 206 (80.86% from 255 or 62.24% from 331); Blue value is 62 (24.61% from 255 or 18.73% from 331); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE3E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE3E is #C031C1. Grayscale: #939393. Windows color (decimal): -12595650 or 4116031. OLE color: 4116031.
HSL color Cylindrical-coordinate representation of color #3FCE3E: hue angle of 119.58º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCE3E is Cyan = 0.69, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 62 | - |
| CMYK | 0.69 | 0 | 0.70 | 0.19 |
| HSL | 119.58º | 0.6% | 0.53% | - |
| HSV(B) | 119.58º | 0.7% | 0.81% | - |
| XYZ | 24.99 | 45.55 | 12.03 | - |
| YUV | 146.83 | 80.12 | 68.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 62 | 0.69 | 0 | 0.70 | 0.19 | 119.58 | 0.6 | 0.53 |
| Hex | 3F | CE | 3E | 45 | 0 | 46 | 13 | 78 | 3C | 35 |
| Octal | 77 | 316 | 76 | 105 | 0 | 106 | 23 | 170 | 74 | 65 |
| Binary | 111111 | 11001110 | 111110 | 1000101 | 0 | 1000110 | 10011 | 1111000 | 111100 | 110101 |
Color Harmonies of #3FCE3E
Complementary color
Monochromatic Colors of #3FCE3E
Black with #3FCE3E
Text Example
Text Example
White with #3FCE3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE3E; }
p { color: rgb(63,206,62); }
H1.HeaderClassName
{
color: #3FCE3E;
}
.AnyTagClassName
{
color: #3FCE3E;
}
</style>
background-color css
<style>
a { background-color: #3FCE3E; }
a { background-color: rgb(63,206,62); }
div.DivClassName
{
background-color: #3FCE3E;
}
.BgClassName
{
background-color: #3FCE3E;
}
</style>
border-color css
<style>
span { border-color: #3FCE3E; }
span { border-color: rgb(63,206,62); }
td.TdClassName
{
border-color: #3FCE3E;
}
.TagClassName
{
border-color: #3FCE3E;
}
</style>