Shades of Lime Green #3FE42C
Tints of Lime Green #3FE42C
RGB
CMYK
RGB Variations
Color information
#3FE42C (or 0x3FE42C) is known color: Lime Green. HEX triplet: 3F, E4 and 2C. RGB value is (63,228,44). Sum of RGB (Red+Green+Blue) = 63+228+44=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 228 (89.45% from 255 or 68.06% from 335); Blue value is 44 (17.58% from 255 or 13.13% from 335); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE42C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE42C is #C01BD3. Grayscale: #9E9E9E. Windows color (decimal): -12590036 or 2942015. OLE color: 2942015.
HSL color Cylindrical-coordinate representation of color #3FE42C: hue angle of 113.8º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3FE42C is Cyan = 0.72, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 44 | - |
| CMYK | 0.72 | 0 | 0.81 | 0.11 |
| HSL | 113.8º | 0.77% | 0.53% | - |
| HSV(B) | 113.8º | 0.81% | 0.89% | - |
| XYZ | 30.25 | 56.73 | 11.74 | - |
| YUV | 157.69 | 63.84 | 60.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 44 | 0.72 | 0 | 0.81 | 0.11 | 113.8 | 0.77 | 0.53 |
| Hex | 3F | E4 | 2C | 48 | 0 | 51 | B | 72 | 4D | 35 |
| Octal | 77 | 344 | 54 | 110 | 0 | 121 | 13 | 162 | 115 | 65 |
| Binary | 111111 | 11100100 | 101100 | 1001000 | 0 | 1010001 | 1011 | 1110010 | 1001101 | 110101 |
Color Harmonies of #3FE42C
Complementary color
Monochromatic Colors of #3FE42C
Black with #3FE42C
Text Example
Text Example
White with #3FE42C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE42C; }
p { color: rgb(63,228,44); }
H1.HeaderClassName
{
color: #3FE42C;
}
.AnyTagClassName
{
color: #3FE42C;
}
</style>
background-color css
<style>
a { background-color: #3FE42C; }
a { background-color: rgb(63,228,44); }
div.DivClassName
{
background-color: #3FE42C;
}
.BgClassName
{
background-color: #3FE42C;
}
</style>
border-color css
<style>
span { border-color: #3FE42C; }
span { border-color: rgb(63,228,44); }
td.TdClassName
{
border-color: #3FE42C;
}
.TagClassName
{
border-color: #3FE42C;
}
</style>