Shades of Lime Green #3FF139
Tints of Lime Green #3FF139
RGB
CMYK
RGB Variations
Color information
#3FF139 (or 0x3FF139) is known color: Lime Green. HEX triplet: 3F, F1 and 39. RGB value is (63,241,57). Sum of RGB (Red+Green+Blue) = 63+241+57=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 241 (94.53% from 255 or 66.76% from 361); Blue value is 57 (22.66% from 255 or 15.79% from 361); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF139 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF139 is #C00EC6. Grayscale: #A7A7A7. Windows color (decimal): -12586695 or 3797311. OLE color: 3797311.
HSL color Cylindrical-coordinate representation of color #3FF139: hue angle of 118.04º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FF139 is Cyan = 0.74, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 57 | - |
| CMYK | 0.74 | 0 | 0.76 | 0.05 |
| HSL | 118.04º | 0.87% | 0.58% | - |
| HSV(B) | 118.04º | 0.76% | 0.95% | - |
| XYZ | 34.24 | 64.26 | 14.47 | - |
| YUV | 166.8 | 66.03 | 53.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 57 | 0.74 | 0 | 0.76 | 0.05 | 118.04 | 0.87 | 0.58 |
| Hex | 3F | F1 | 39 | 4A | 0 | 4C | 5 | 76 | 57 | 3A |
| Octal | 77 | 361 | 71 | 112 | 0 | 114 | 5 | 166 | 127 | 72 |
| Binary | 111111 | 11110001 | 111001 | 1001010 | 0 | 1001100 | 101 | 1110110 | 1010111 | 111010 |
Color Harmonies of #3FF139
Complementary color
Monochromatic Colors of #3FF139
Black with #3FF139
Text Example
Text Example
White with #3FF139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF139; }
p { color: rgb(63,241,57); }
H1.HeaderClassName
{
color: #3FF139;
}
.AnyTagClassName
{
color: #3FF139;
}
</style>
background-color css
<style>
a { background-color: #3FF139; }
a { background-color: rgb(63,241,57); }
div.DivClassName
{
background-color: #3FF139;
}
.BgClassName
{
background-color: #3FF139;
}
</style>
border-color css
<style>
span { border-color: #3FF139; }
span { border-color: rgb(63,241,57); }
td.TdClassName
{
border-color: #3FF139;
}
.TagClassName
{
border-color: #3FF139;
}
</style>