Shades of Lime Green #3FE339
Tints of Lime Green #3FE339
RGB
CMYK
RGB Variations
Color information
#3FE339 (or 0x3FE339) is known color: Lime Green. HEX triplet: 3F, E3 and 39. RGB value is (63,227,57). Sum of RGB (Red+Green+Blue) = 63+227+57=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 227 (89.06% from 255 or 65.42% from 347); Blue value is 57 (22.66% from 255 or 16.43% from 347); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE339 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE339 is #C01CC6. Grayscale: #9F9F9F. Windows color (decimal): -12590279 or 3793727. OLE color: 3793727.
HSL color Cylindrical-coordinate representation of color #3FE339: hue angle of 117.88º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3FE339 is Cyan = 0.72, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 57 | - |
| CMYK | 0.72 | 0 | 0.75 | 0.11 |
| HSL | 117.88º | 0.75% | 0.56% | - |
| HSV(B) | 117.88º | 0.75% | 0.89% | - |
| XYZ | 30.26 | 56.29 | 13.14 | - |
| YUV | 158.58 | 70.67 | 59.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 57 | 0.72 | 0 | 0.75 | 0.11 | 117.88 | 0.75 | 0.56 |
| Hex | 3F | E3 | 39 | 48 | 0 | 4B | B | 76 | 4B | 38 |
| Octal | 77 | 343 | 71 | 110 | 0 | 113 | 13 | 166 | 113 | 70 |
| Binary | 111111 | 11100011 | 111001 | 1001000 | 0 | 1001011 | 1011 | 1110110 | 1001011 | 111000 |
Color Harmonies of #3FE339
Complementary color
Monochromatic Colors of #3FE339
Black with #3FE339
Text Example
Text Example
White with #3FE339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE339; }
p { color: rgb(63,227,57); }
H1.HeaderClassName
{
color: #3FE339;
}
.AnyTagClassName
{
color: #3FE339;
}
</style>
background-color css
<style>
a { background-color: #3FE339; }
a { background-color: rgb(63,227,57); }
div.DivClassName
{
background-color: #3FE339;
}
.BgClassName
{
background-color: #3FE339;
}
</style>
border-color css
<style>
span { border-color: #3FE339; }
span { border-color: rgb(63,227,57); }
td.TdClassName
{
border-color: #3FE339;
}
.TagClassName
{
border-color: #3FE339;
}
</style>