Shades of Lime Green #3FE342
Tints of Lime Green #3FE342
RGB
CMYK
RGB Variations
Color information
#3FE342 (or 0x3FE342) is known color: Lime Green. HEX triplet: 3F, E3 and 42. RGB value is (63,227,66). Sum of RGB (Red+Green+Blue) = 63+227+66=356 (47% of max value = 765). Red value is 63 (25% from 255 or 17.70% from 356); Green value is 227 (89.06% from 255 or 63.76% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE342 is #C01CBD. Grayscale: #A0A0A0. Windows color (decimal): -12590270 or 4383551. OLE color: 4383551.
HSL color Cylindrical-coordinate representation of color #3FE342: hue angle of 121.1º degrees, saturation: 0.75, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FE342 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 66 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.11 |
| HSL | 121.1º | 0.75% | 0.57% | - |
| HSV(B) | 121.1º | 0.72% | 0.89% | - |
| XYZ | 30.5 | 56.39 | 14.43 | - |
| YUV | 159.61 | 75.17 | 59.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 66 | 0.72 | 0 | 0.71 | 0.11 | 121.1 | 0.75 | 0.57 |
| Hex | 3F | E3 | 42 | 48 | 0 | 47 | B | 79 | 4B | 39 |
| Octal | 77 | 343 | 102 | 110 | 0 | 107 | 13 | 171 | 113 | 71 |
| Binary | 111111 | 11100011 | 1000010 | 1001000 | 0 | 1000111 | 1011 | 1111001 | 1001011 | 111001 |
Color Harmonies of #3FE342
Complementary color
Monochromatic Colors of #3FE342
Black with #3FE342
Text Example
Text Example
White with #3FE342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE342; }
p { color: rgb(63,227,66); }
H1.HeaderClassName
{
color: #3FE342;
}
.AnyTagClassName
{
color: #3FE342;
}
</style>
background-color css
<style>
a { background-color: #3FE342; }
a { background-color: rgb(63,227,66); }
div.DivClassName
{
background-color: #3FE342;
}
.BgClassName
{
background-color: #3FE342;
}
</style>
border-color css
<style>
span { border-color: #3FE342; }
span { border-color: rgb(63,227,66); }
td.TdClassName
{
border-color: #3FE342;
}
.TagClassName
{
border-color: #3FE342;
}
</style>