Shades of Lime Green #3FCE36
Tints of Lime Green #3FCE36
RGB
CMYK
RGB Variations
Color information
#3FCE36 (or 0x3FCE36) is known color: Lime Green. HEX triplet: 3F, CE and 36. RGB value is (63,206,54). Sum of RGB (Red+Green+Blue) = 63+206+54=323 (42% of max value = 765). Red value is 63 (25% from 255 or 19.50% from 323); Green value is 206 (80.86% from 255 or 63.78% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE36 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE36 is #C031C9. Grayscale: #929292. Windows color (decimal): -12595658 or 3591743. OLE color: 3591743.
HSL color Cylindrical-coordinate representation of color #3FCE36: hue angle of 116.45º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FCE36 is Cyan = 0.69, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 54 | - |
| CMYK | 0.69 | 0 | 0.74 | 0.19 |
| HSL | 116.45º | 0.61% | 0.51% | - |
| HSV(B) | 116.45º | 0.74% | 0.81% | - |
| XYZ | 24.79 | 45.47 | 10.96 | - |
| YUV | 145.92 | 76.12 | 68.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 54 | 0.69 | 0 | 0.74 | 0.19 | 116.45 | 0.61 | 0.51 |
| Hex | 3F | CE | 36 | 45 | 0 | 4A | 13 | 74 | 3D | 33 |
| Octal | 77 | 316 | 66 | 105 | 0 | 112 | 23 | 164 | 75 | 63 |
| Binary | 111111 | 11001110 | 110110 | 1000101 | 0 | 1001010 | 10011 | 1110100 | 111101 | 110011 |
Color Harmonies of #3FCE36
Complementary color
Monochromatic Colors of #3FCE36
Black with #3FCE36
Text Example
Text Example
White with #3FCE36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE36; }
p { color: rgb(63,206,54); }
H1.HeaderClassName
{
color: #3FCE36;
}
.AnyTagClassName
{
color: #3FCE36;
}
</style>
background-color css
<style>
a { background-color: #3FCE36; }
a { background-color: rgb(63,206,54); }
div.DivClassName
{
background-color: #3FCE36;
}
.BgClassName
{
background-color: #3FCE36;
}
</style>
border-color css
<style>
span { border-color: #3FCE36; }
span { border-color: rgb(63,206,54); }
td.TdClassName
{
border-color: #3FCE36;
}
.TagClassName
{
border-color: #3FCE36;
}
</style>