Shades of Lime Green #3FF640
Tints of Lime Green #3FF640
RGB
CMYK
RGB Variations
Color information
#3FF640 (or 0x3FF640) is known color: Lime Green. HEX triplet: 3F, F6 and 40. RGB value is (63,246,64). Sum of RGB (Red+Green+Blue) = 63+246+64=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 246 (96.48% from 255 or 65.95% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 246 - color contains mainly: green. Hex color #3FF640 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF640 is #C009BF. Grayscale: #ABABAB. Windows color (decimal): -12585408 or 4257343. OLE color: 4257343.
HSL color Cylindrical-coordinate representation of color #3FF640: hue angle of 120.33º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF640 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 246 | 64 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.04 |
| HSL | 120.33º | 0.91% | 0.61% | - |
| HSV(B) | 120.33º | 0.74% | 0.96% | - |
| XYZ | 35.93 | 67.34 | 15.95 | - |
| YUV | 170.54 | 67.87 | 51.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 246 | 64 | 0.74 | 0 | 0.74 | 0.04 | 120.33 | 0.91 | 0.61 |
| Hex | 3F | F6 | 40 | 4A | 0 | 4A | 4 | 78 | 5B | 3D |
| Octal | 77 | 366 | 100 | 112 | 0 | 112 | 4 | 170 | 133 | 75 |
| Binary | 111111 | 11110110 | 1000000 | 1001010 | 0 | 1001010 | 100 | 1111000 | 1011011 | 111101 |
Color Harmonies of #3FF640
Complementary color
Monochromatic Colors of #3FF640
Black with #3FF640
Text Example
Text Example
White with #3FF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF640; }
p { color: rgb(63,246,64); }
H1.HeaderClassName
{
color: #3FF640;
}
.AnyTagClassName
{
color: #3FF640;
}
</style>
background-color css
<style>
a { background-color: #3FF640; }
a { background-color: rgb(63,246,64); }
div.DivClassName
{
background-color: #3FF640;
}
.BgClassName
{
background-color: #3FF640;
}
</style>
border-color css
<style>
span { border-color: #3FF640; }
span { border-color: rgb(63,246,64); }
td.TdClassName
{
border-color: #3FF640;
}
.TagClassName
{
border-color: #3FF640;
}
</style>