Shades of Lime Green #3FE126
Tints of Lime Green #3FE126
RGB
CMYK
RGB Variations
Color information
#3FE126 (or 0x3FE126) is known color: Lime Green. HEX triplet: 3F, E1 and 26. RGB value is (63,225,38). Sum of RGB (Red+Green+Blue) = 63+225+38=326 (43% of max value = 765). Red value is 63 (25% from 255 or 19.33% from 326); Green value is 225 (88.28% from 255 or 69.02% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE126 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE126 is #C01ED9. Grayscale: #9B9B9B. Windows color (decimal): -12590810 or 2548031. OLE color: 2548031.
HSL color Cylindrical-coordinate representation of color #3FE126: hue angle of 111.98º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE126 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 38 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.12 |
| HSL | 111.98º | 0.76% | 0.52% | - |
| HSV(B) | 111.98º | 0.83% | 0.88% | - |
| XYZ | 29.32 | 55.05 | 10.91 | - |
| YUV | 155.24 | 61.83 | 62.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 38 | 0.72 | 0 | 0.83 | 0.12 | 111.98 | 0.76 | 0.52 |
| Hex | 3F | E1 | 26 | 48 | 0 | 53 | C | 70 | 4C | 34 |
| Octal | 77 | 341 | 46 | 110 | 0 | 123 | 14 | 160 | 114 | 64 |
| Binary | 111111 | 11100001 | 100110 | 1001000 | 0 | 1010011 | 1100 | 1110000 | 1001100 | 110100 |
Color Harmonies of #3FE126
Complementary color
Monochromatic Colors of #3FE126
Black with #3FE126
Text Example
Text Example
White with #3FE126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE126; }
p { color: rgb(63,225,38); }
H1.HeaderClassName
{
color: #3FE126;
}
.AnyTagClassName
{
color: #3FE126;
}
</style>
background-color css
<style>
a { background-color: #3FE126; }
a { background-color: rgb(63,225,38); }
div.DivClassName
{
background-color: #3FE126;
}
.BgClassName
{
background-color: #3FE126;
}
</style>
border-color css
<style>
span { border-color: #3FE126; }
span { border-color: rgb(63,225,38); }
td.TdClassName
{
border-color: #3FE126;
}
.TagClassName
{
border-color: #3FE126;
}
</style>