Shades of Lime Green #3FF940
Tints of Lime Green #3FF940
RGB
CMYK
RGB Variations
Color information
#3FF940 (or 0x3FF940) is known color: Lime Green. HEX triplet: 3F, F9 and 40. RGB value is (63,249,64). Sum of RGB (Red+Green+Blue) = 63+249+64=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 249 (97.66% from 255 or 66.22% from 376); Blue value is 64 (25.39% from 255 or 17.02% from 376); Max value from RGB is 249 - color contains mainly: green. Hex color #3FF940 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF940 is #C006BF. Grayscale: #ACACAC. Windows color (decimal): -12584640 or 4258111. OLE color: 4258111.
HSL color Cylindrical-coordinate representation of color #3FF940: hue angle of 120.32º degrees, saturation: 0.94, 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 #3FF940 is Cyan = 0.75, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 63 | 249 | 64 | - |
| CMYK | 0.75 | 0 | 0.74 | 0.02 |
| HSL | 120.32º | 0.94% | 0.61% | - |
| HSV(B) | 120.32º | 0.75% | 0.98% | - |
| XYZ | 36.85 | 69.18 | 16.26 | - |
| YUV | 172.3 | 66.88 | 50.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 249 | 64 | 0.75 | 0 | 0.74 | 0.02 | 120.32 | 0.94 | 0.61 |
| Hex | 3F | F9 | 40 | 4B | 0 | 4A | 2 | 78 | 5E | 3D |
| Octal | 77 | 371 | 100 | 113 | 0 | 112 | 2 | 170 | 136 | 75 |
| Binary | 111111 | 11111001 | 1000000 | 1001011 | 0 | 1001010 | 10 | 1111000 | 1011110 | 111101 |
Color Harmonies of #3FF940
Complementary color
Monochromatic Colors of #3FF940
Black with #3FF940
Text Example
Text Example
White with #3FF940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF940; }
p { color: rgb(63,249,64); }
H1.HeaderClassName
{
color: #3FF940;
}
.AnyTagClassName
{
color: #3FF940;
}
</style>
background-color css
<style>
a { background-color: #3FF940; }
a { background-color: rgb(63,249,64); }
div.DivClassName
{
background-color: #3FF940;
}
.BgClassName
{
background-color: #3FF940;
}
</style>
border-color css
<style>
span { border-color: #3FF940; }
span { border-color: rgb(63,249,64); }
td.TdClassName
{
border-color: #3FF940;
}
.TagClassName
{
border-color: #3FF940;
}
</style>