Shades of Lime Green #3FCE2E
Tints of Lime Green #3FCE2E
RGB
CMYK
RGB Variations
Color information
#3FCE2E (or 0x3FCE2E) is known color: Lime Green. HEX triplet: 3F, CE and 2E. RGB value is (63,206,46). Sum of RGB (Red+Green+Blue) = 63+206+46=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 206 (80.86% from 255 or 65.40% from 315); Blue value is 46 (18.36% from 255 or 14.60% from 315); Max value from RGB is 206 - color contains mainly: green. Hex color #3FCE2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCE2E is #C031D1. Grayscale: #919191. Windows color (decimal): -12595666 or 3067455. OLE color: 3067455.
HSL color Cylindrical-coordinate representation of color #3FCE2E: hue angle of 113.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FCE2E is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 206 | 46 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.19 |
| HSL | 113.63º | 0.63% | 0.49% | - |
| HSV(B) | 113.63º | 0.78% | 0.81% | - |
| XYZ | 24.61 | 45.4 | 10.05 | - |
| YUV | 145 | 72.12 | 69.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 206 | 46 | 0.69 | 0 | 0.78 | 0.19 | 113.63 | 0.63 | 0.49 |
| Hex | 3F | CE | 2E | 45 | 0 | 4E | 13 | 72 | 3F | 31 |
| Octal | 77 | 316 | 56 | 105 | 0 | 116 | 23 | 162 | 77 | 61 |
| Binary | 111111 | 11001110 | 101110 | 1000101 | 0 | 1001110 | 10011 | 1110010 | 111111 | 110001 |
Color Harmonies of #3FCE2E
Complementary color
Monochromatic Colors of #3FCE2E
Black with #3FCE2E
Text Example
Text Example
White with #3FCE2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCE2E; }
p { color: rgb(63,206,46); }
H1.HeaderClassName
{
color: #3FCE2E;
}
.AnyTagClassName
{
color: #3FCE2E;
}
</style>
background-color css
<style>
a { background-color: #3FCE2E; }
a { background-color: rgb(63,206,46); }
div.DivClassName
{
background-color: #3FCE2E;
}
.BgClassName
{
background-color: #3FCE2E;
}
</style>
border-color css
<style>
span { border-color: #3FCE2E; }
span { border-color: rgb(63,206,46); }
td.TdClassName
{
border-color: #3FCE2E;
}
.TagClassName
{
border-color: #3FCE2E;
}
</style>