Shades of Lime Green #3FFB40
Tints of Lime Green #3FFB40
RGB
CMYK
RGB Variations
Color information
#3FFB40 (or 0x3FFB40) is known color: Lime Green. HEX triplet: 3F, FB and 40. RGB value is (63,251,64). Sum of RGB (Red+Green+Blue) = 63+251+64=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 251 (98.44% from 255 or 66.40% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 251 - color contains mainly: green. Hex color #3FFB40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFB40 is #C004BF. Grayscale: #AEAEAE. Windows color (decimal): -12584128 or 4258623. OLE color: 4258623.
HSL color Cylindrical-coordinate representation of color #3FFB40: hue angle of 120.32º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFB40 is Cyan = 0.75, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 251 | 64 | - |
| CMYK | 0.75 | 0 | 0.75 | 0.02 |
| HSL | 120.32º | 0.96% | 0.62% | - |
| HSV(B) | 120.32º | 0.75% | 0.98% | - |
| XYZ | 37.47 | 70.42 | 16.47 | - |
| YUV | 173.47 | 66.22 | 49.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 251 | 64 | 0.75 | 0 | 0.75 | 0.02 | 120.32 | 0.96 | 0.62 |
| Hex | 3F | FB | 40 | 4B | 0 | 4B | 2 | 78 | 60 | 3E |
| Octal | 77 | 373 | 100 | 113 | 0 | 113 | 2 | 170 | 140 | 76 |
| Binary | 111111 | 11111011 | 1000000 | 1001011 | 0 | 1001011 | 10 | 1111000 | 1100000 | 111110 |
Color Harmonies of #3FFB40
Complementary color
Monochromatic Colors of #3FFB40
Black with #3FFB40
Text Example
Text Example
White with #3FFB40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFB40; }
p { color: rgb(63,251,64); }
H1.HeaderClassName
{
color: #3FFB40;
}
.AnyTagClassName
{
color: #3FFB40;
}
</style>
background-color css
<style>
a { background-color: #3FFB40; }
a { background-color: rgb(63,251,64); }
div.DivClassName
{
background-color: #3FFB40;
}
.BgClassName
{
background-color: #3FFB40;
}
</style>
border-color css
<style>
span { border-color: #3FFB40; }
span { border-color: rgb(63,251,64); }
td.TdClassName
{
border-color: #3FFB40;
}
.TagClassName
{
border-color: #3FFB40;
}
</style>