Shades of Lime Green #3FE133
Tints of Lime Green #3FE133
RGB
CMYK
RGB Variations
Color information
#3FE133 (or 0x3FE133) is known color: Lime Green. HEX triplet: 3F, E1 and 33. RGB value is (63,225,51). Sum of RGB (Red+Green+Blue) = 63+225+51=339 (44% of max value = 765). Red value is 63 (25% from 255 or 18.58% from 339); Green value is 225 (88.28% from 255 or 66.37% from 339); Blue value is 51 (20.31% from 255 or 15.04% from 339); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE133 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE133 is #C01ECC. Grayscale: #9D9D9D. Windows color (decimal): -12590797 or 3399999. OLE color: 3399999.
HSL color Cylindrical-coordinate representation of color #3FE133: hue angle of 115.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FE133 is Cyan = 0.72, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 51 | - |
| CMYK | 0.72 | 0 | 0.77 | 0.12 |
| HSL | 115.86º | 0.74% | 0.54% | - |
| HSV(B) | 115.86º | 0.77% | 0.88% | - |
| XYZ | 29.57 | 55.15 | 12.22 | - |
| YUV | 156.73 | 68.33 | 61.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 51 | 0.72 | 0 | 0.77 | 0.12 | 115.86 | 0.74 | 0.54 |
| Hex | 3F | E1 | 33 | 48 | 0 | 4D | C | 74 | 4A | 36 |
| Octal | 77 | 341 | 63 | 110 | 0 | 115 | 14 | 164 | 112 | 66 |
| Binary | 111111 | 11100001 | 110011 | 1001000 | 0 | 1001101 | 1100 | 1110100 | 1001010 | 110110 |
Color Harmonies of #3FE133
Complementary color
Monochromatic Colors of #3FE133
Black with #3FE133
Text Example
Text Example
White with #3FE133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE133; }
p { color: rgb(63,225,51); }
H1.HeaderClassName
{
color: #3FE133;
}
.AnyTagClassName
{
color: #3FE133;
}
</style>
background-color css
<style>
a { background-color: #3FE133; }
a { background-color: rgb(63,225,51); }
div.DivClassName
{
background-color: #3FE133;
}
.BgClassName
{
background-color: #3FE133;
}
</style>
border-color css
<style>
span { border-color: #3FE133; }
span { border-color: rgb(63,225,51); }
td.TdClassName
{
border-color: #3FE133;
}
.TagClassName
{
border-color: #3FE133;
}
</style>