Shades of Lime Green #3FFA40
Tints of Lime Green #3FFA40
RGB
CMYK
RGB Variations
Color information
#3FFA40 (or 0x3FFA40) is known color: Lime Green. HEX triplet: 3F, FA and 40. RGB value is (63,250,64). Sum of RGB (Red+Green+Blue) = 63+250+64=377 (49% of max value = 765). Red value is 63 (25% from 255 or 16.71% from 377); Green value is 250 (98.05% from 255 or 66.31% from 377); Blue value is 64 (25.39% from 255 or 16.98% from 377); Max value from RGB is 250 - color contains mainly: green. Hex color #3FFA40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FFA40 is #C005BF. Grayscale: #ADADAD. Windows color (decimal): -12584384 or 4258367. OLE color: 4258367.
HSL color Cylindrical-coordinate representation of color #3FFA40: hue angle of 120.32º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FFA40 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 250 | 64 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.02 |
| HSL | 120.32º | 0.95% | 0.61% | - |
| HSV(B) | 120.32º | 0.75% | 0.98% | - |
| XYZ | 37.16 | 69.8 | 16.36 | - |
| YUV | 172.88 | 66.55 | 49.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 250 | 64 | 0.75 | 0 | 0.74 | 0.02 | 120.32 | 0.95 | 0.61 |
| Hex | 3F | FA | 40 | 4B | 0 | 4A | 2 | 78 | 5F | 3D |
| Octal | 77 | 372 | 100 | 113 | 0 | 112 | 2 | 170 | 137 | 75 |
| Binary | 111111 | 11111010 | 1000000 | 1001011 | 0 | 1001010 | 10 | 1111000 | 1011111 | 111101 |
Color Harmonies of #3FFA40
Complementary color
Monochromatic Colors of #3FFA40
Black with #3FFA40
Text Example
Text Example
White with #3FFA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FFA40; }
p { color: rgb(63,250,64); }
H1.HeaderClassName
{
color: #3FFA40;
}
.AnyTagClassName
{
color: #3FFA40;
}
</style>
background-color css
<style>
a { background-color: #3FFA40; }
a { background-color: rgb(63,250,64); }
div.DivClassName
{
background-color: #3FFA40;
}
.BgClassName
{
background-color: #3FFA40;
}
</style>
border-color css
<style>
span { border-color: #3FFA40; }
span { border-color: rgb(63,250,64); }
td.TdClassName
{
border-color: #3FFA40;
}
.TagClassName
{
border-color: #3FFA40;
}
</style>