Shades of Lime Green #3FE422
Tints of Lime Green #3FE422
RGB
CMYK
RGB Variations
Color information
#3FE422 (or 0x3FE422) is known color: Lime Green. HEX triplet: 3F, E4 and 22. RGB value is (63,228,34). Sum of RGB (Red+Green+Blue) = 63+228+34=325 (43% of max value = 765). Red value is 63 (25% from 255 or 19.38% from 325); Green value is 228 (89.45% from 255 or 70.15% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 228 - color contains mainly: green. Hex color #3FE422 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE422 is #C01BDD. Grayscale: #9D9D9D. Windows color (decimal): -12590046 or 2286655. OLE color: 2286655.
HSL color Cylindrical-coordinate representation of color #3FE422: hue angle of 111.03º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #3FE422 is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 228 | 34 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.11 |
| HSL | 111.03º | 0.78% | 0.51% | - |
| HSV(B) | 111.03º | 0.85% | 0.89% | - |
| XYZ | 30.08 | 56.66 | 10.86 | - |
| YUV | 156.55 | 58.84 | 61.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 228 | 34 | 0.72 | 0 | 0.85 | 0.11 | 111.03 | 0.78 | 0.51 |
| Hex | 3F | E4 | 22 | 48 | 0 | 55 | B | 6F | 4E | 33 |
| Octal | 77 | 344 | 42 | 110 | 0 | 125 | 13 | 157 | 116 | 63 |
| Binary | 111111 | 11100100 | 100010 | 1001000 | 0 | 1010101 | 1011 | 1101111 | 1001110 | 110011 |
Color Harmonies of #3FE422
Complementary color
Monochromatic Colors of #3FE422
Black with #3FE422
Text Example
Text Example
White with #3FE422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE422; }
p { color: rgb(63,228,34); }
H1.HeaderClassName
{
color: #3FE422;
}
.AnyTagClassName
{
color: #3FE422;
}
</style>
background-color css
<style>
a { background-color: #3FE422; }
a { background-color: rgb(63,228,34); }
div.DivClassName
{
background-color: #3FE422;
}
.BgClassName
{
background-color: #3FE422;
}
</style>
border-color css
<style>
span { border-color: #3FE422; }
span { border-color: rgb(63,228,34); }
td.TdClassName
{
border-color: #3FE422;
}
.TagClassName
{
border-color: #3FE422;
}
</style>