Shades of Lime Green #3FCE37
Tints of Lime Green #3FCE37
RGB
CMYK
RGB Variations
Color information
#3FCE37 (or 0x3FCE37) is known color: Lime Green. HEX triplet: 3F, CE and 37. RGB value is (63,206,55). Sum of RGB (Red+Green+Blue) = 63+206+55=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 206 (80.86% from 255 or 63.58% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE37 is #C031C8. Grayscale: #929292. Windows color (decimal): -12595657 or 3657279. OLE color: 3657279.
HSL color Cylindrical-coordinate representation of color #3FCE37: hue angle of 116.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FCE37 is Cyan = 0.69, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 55 | - |
| CMYK | 0.69 | 0 | 0.73 | 0.19 |
| HSL | 116.82º | 0.61% | 0.51% | - |
| HSV(B) | 116.82º | 0.73% | 0.81% | - |
| XYZ | 24.81 | 45.48 | 11.08 | - |
| YUV | 146.03 | 76.62 | 68.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 55 | 0.69 | 0 | 0.73 | 0.19 | 116.82 | 0.61 | 0.51 |
| Hex | 3F | CE | 37 | 45 | 0 | 49 | 13 | 75 | 3D | 33 |
| Octal | 77 | 316 | 67 | 105 | 0 | 111 | 23 | 165 | 75 | 63 |
| Binary | 111111 | 11001110 | 110111 | 1000101 | 0 | 1001001 | 10011 | 1110101 | 111101 | 110011 |
Color Harmonies of #3FCE37
Complementary color
Monochromatic Colors of #3FCE37
Black with #3FCE37
Text Example
Text Example
White with #3FCE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE37; }
p { color: rgb(63,206,55); }
H1.HeaderClassName
{
color: #3FCE37;
}
.AnyTagClassName
{
color: #3FCE37;
}
</style>
background-color css
<style>
a { background-color: #3FCE37; }
a { background-color: rgb(63,206,55); }
div.DivClassName
{
background-color: #3FCE37;
}
.BgClassName
{
background-color: #3FCE37;
}
</style>
border-color css
<style>
span { border-color: #3FCE37; }
span { border-color: rgb(63,206,55); }
td.TdClassName
{
border-color: #3FCE37;
}
.TagClassName
{
border-color: #3FCE37;
}
</style>