Shades of Lime Green #3FCE3F
Tints of Lime Green #3FCE3F
RGB
CMYK
RGB Variations
Color information
#3FCE3F (or 0x3FCE3F) is known color: Lime Green. HEX triplet: 3F, CE and 3F. RGB value is (63,206,63). Sum of RGB (Red+Green+Blue) = 63+206+63=332 (43% of max value = 765). Red value is 63 (25% from 255 or 18.98% from 332); Green value is 206 (80.86% from 255 or 62.05% from 332); Blue value is 63 (25% from 255 or 18.98% from 332); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE3F is #C031C0. Grayscale: #939393. Windows color (decimal): -12595649 or 4181567. OLE color: 4181567.
HSL color Cylindrical-coordinate representation of color #3FCE3F: hue angle of 120º 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 #3FCE3F is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 63 | - |
| CMYK | 0.69 | 0 | 0.69 | 0.19 |
| HSL | 120º | 0.59% | 0.53% | - |
| HSV(B) | 120º | 0.69% | 0.81% | - |
| XYZ | 25.02 | 45.56 | 12.18 | - |
| YUV | 146.94 | 80.62 | 68.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 63 | 0.69 | 0 | 0.69 | 0.19 | 120 | 0.59 | 0.53 |
| Hex | 3F | CE | 3F | 45 | 0 | 45 | 13 | 78 | 3B | 35 |
| Octal | 77 | 316 | 77 | 105 | 0 | 105 | 23 | 170 | 73 | 65 |
| Binary | 111111 | 11001110 | 111111 | 1000101 | 0 | 1000101 | 10011 | 1111000 | 111011 | 110101 |
Color Harmonies of #3FCE3F
Complementary color
Monochromatic Colors of #3FCE3F
Black with #3FCE3F
Text Example
Text Example
White with #3FCE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE3F; }
p { color: rgb(63,206,63); }
H1.HeaderClassName
{
color: #3FCE3F;
}
.AnyTagClassName
{
color: #3FCE3F;
}
</style>
background-color css
<style>
a { background-color: #3FCE3F; }
a { background-color: rgb(63,206,63); }
div.DivClassName
{
background-color: #3FCE3F;
}
.BgClassName
{
background-color: #3FCE3F;
}
</style>
border-color css
<style>
span { border-color: #3FCE3F; }
span { border-color: rgb(63,206,63); }
td.TdClassName
{
border-color: #3FCE3F;
}
.TagClassName
{
border-color: #3FCE3F;
}
</style>