Shades of Lime Green #3FE52E
Tints of Lime Green #3FE52E
RGB
CMYK
RGB Variations
Color information
#3FE52E (or 0x3FE52E) is known color: Lime Green. HEX triplet: 3F, E5 and 2E. RGB value is (63,229,46). Sum of RGB (Red+Green+Blue) = 63+229+46=338 (44% of max value = 765). Red value is 63 (25% from 255 or 18.64% from 338); Green value is 229 (89.84% from 255 or 67.75% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 229 - color contains mainly: green. Hex color #3FE52E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE52E is #C01AD1. Grayscale: #9F9F9F. Windows color (decimal): -12589778 or 3073343. OLE color: 3073343.
HSL color Cylindrical-coordinate representation of color #3FE52E: hue angle of 114.43º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3FE52E is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 63 | 229 | 46 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.10 |
| HSL | 114.43º | 0.78% | 0.54% | - |
| HSV(B) | 114.43º | 0.8% | 0.9% | - |
| XYZ | 30.56 | 57.29 | 12.03 | - |
| YUV | 158.5 | 64.5 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 229 | 46 | 0.72 | 0 | 0.80 | 0.10 | 114.43 | 0.78 | 0.54 |
| Hex | 3F | E5 | 2E | 48 | 0 | 50 | A | 72 | 4E | 36 |
| Octal | 77 | 345 | 56 | 110 | 0 | 120 | 12 | 162 | 116 | 66 |
| Binary | 111111 | 11100101 | 101110 | 1001000 | 0 | 1010000 | 1010 | 1110010 | 1001110 | 110110 |
Color Harmonies of #3FE52E
Complementary color
Monochromatic Colors of #3FE52E
Black with #3FE52E
Text Example
Text Example
White with #3FE52E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE52E; }
p { color: rgb(63,229,46); }
H1.HeaderClassName
{
color: #3FE52E;
}
.AnyTagClassName
{
color: #3FE52E;
}
</style>
background-color css
<style>
a { background-color: #3FE52E; }
a { background-color: rgb(63,229,46); }
div.DivClassName
{
background-color: #3FE52E;
}
.BgClassName
{
background-color: #3FE52E;
}
</style>
border-color css
<style>
span { border-color: #3FE52E; }
span { border-color: rgb(63,229,46); }
td.TdClassName
{
border-color: #3FE52E;
}
.TagClassName
{
border-color: #3FE52E;
}
</style>