Shades of Lime Green #3FE025
Tints of Lime Green #3FE025
RGB
CMYK
RGB Variations
Color information
#3FE025 (or 0x3FE025) is known color: Lime Green. HEX triplet: 3F, E0 and 25. RGB value is (63,224,37). Sum of RGB (Red+Green+Blue) = 63+224+37=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 224 (87.89% from 255 or 69.14% from 324); Blue value is 37 (14.84% from 255 or 11.42% from 324); Max value from RGB is 224 - color contains mainly: green. Hex color #3FE025 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE025 is #C01FDA. Grayscale: #9B9B9B. Windows color (decimal): -12591067 or 2482239. OLE color: 2482239.
HSL color Cylindrical-coordinate representation of color #3FE025: hue angle of 111.66º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE025 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 224 | 37 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.12 |
| HSL | 111.66º | 0.75% | 0.51% | - |
| HSV(B) | 111.66º | 0.83% | 0.88% | - |
| XYZ | 29.04 | 54.5 | 10.74 | - |
| YUV | 154.54 | 61.66 | 62.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 224 | 37 | 0.72 | 0 | 0.83 | 0.12 | 111.66 | 0.75 | 0.51 |
| Hex | 3F | E0 | 25 | 48 | 0 | 53 | C | 70 | 4B | 33 |
| Octal | 77 | 340 | 45 | 110 | 0 | 123 | 14 | 160 | 113 | 63 |
| Binary | 111111 | 11100000 | 100101 | 1001000 | 0 | 1010011 | 1100 | 1110000 | 1001011 | 110011 |
Color Harmonies of #3FE025
Complementary color
Monochromatic Colors of #3FE025
Black with #3FE025
Text Example
Text Example
White with #3FE025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE025; }
p { color: rgb(63,224,37); }
H1.HeaderClassName
{
color: #3FE025;
}
.AnyTagClassName
{
color: #3FE025;
}
</style>
background-color css
<style>
a { background-color: #3FE025; }
a { background-color: rgb(63,224,37); }
div.DivClassName
{
background-color: #3FE025;
}
.BgClassName
{
background-color: #3FE025;
}
</style>
border-color css
<style>
span { border-color: #3FE025; }
span { border-color: rgb(63,224,37); }
td.TdClassName
{
border-color: #3FE025;
}
.TagClassName
{
border-color: #3FE025;
}
</style>