Shades of Lime Green #3FE42D
Tints of Lime Green #3FE42D
RGB
CMYK
RGB Variations
Color information
#3FE42D (or 0x3FE42D) is known color: Lime Green. HEX triplet: 3F, E4 and 2D. RGB value is (63,228,45). Sum of RGB (Red+Green+Blue) = 63+228+45=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 228 (89.45% from 255 or 67.86% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE42D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE42D is #C01BD2. Grayscale: #9E9E9E. Windows color (decimal): -12590035 or 3007551. OLE color: 3007551.
HSL color Cylindrical-coordinate representation of color #3FE42D: hue angle of 114.1º degrees, saturation: 0.77, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FE42D is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 45 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.11 |
| HSL | 114.1º | 0.77% | 0.54% | - |
| HSV(B) | 114.1º | 0.8% | 0.89% | - |
| XYZ | 30.27 | 56.73 | 11.84 | - |
| YUV | 157.8 | 64.34 | 60.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 45 | 0.72 | 0 | 0.80 | 0.11 | 114.1 | 0.77 | 0.54 |
| Hex | 3F | E4 | 2D | 48 | 0 | 50 | B | 72 | 4D | 36 |
| Octal | 77 | 344 | 55 | 110 | 0 | 120 | 13 | 162 | 115 | 66 |
| Binary | 111111 | 11100100 | 101101 | 1001000 | 0 | 1010000 | 1011 | 1110010 | 1001101 | 110110 |
Color Harmonies of #3FE42D
Complementary color
Monochromatic Colors of #3FE42D
Black with #3FE42D
Text Example
Text Example
White with #3FE42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE42D; }
p { color: rgb(63,228,45); }
H1.HeaderClassName
{
color: #3FE42D;
}
.AnyTagClassName
{
color: #3FE42D;
}
</style>
background-color css
<style>
a { background-color: #3FE42D; }
a { background-color: rgb(63,228,45); }
div.DivClassName
{
background-color: #3FE42D;
}
.BgClassName
{
background-color: #3FE42D;
}
</style>
border-color css
<style>
span { border-color: #3FE42D; }
span { border-color: rgb(63,228,45); }
td.TdClassName
{
border-color: #3FE42D;
}
.TagClassName
{
border-color: #3FE42D;
}
</style>