Shades of Lime Green #3FE332
Tints of Lime Green #3FE332
RGB
CMYK
RGB Variations
Color information
#3FE332 (or 0x3FE332) is known color: Lime Green. HEX triplet: 3F, E3 and 32. RGB value is (63,227,50). Sum of RGB (Red+Green+Blue) = 63+227+50=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 227 (89.06% from 255 or 66.76% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE332 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE332 is #C01CCD. Grayscale: #9E9E9E. Windows color (decimal): -12590286 or 3334975. OLE color: 3334975.
HSL color Cylindrical-coordinate representation of color #3FE332: hue angle of 115.59º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3FE332 is Cyan = 0.72, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 50 | - |
| CMYK | 0.72 | 0 | 0.78 | 0.11 |
| HSL | 115.59º | 0.76% | 0.54% | - |
| HSV(B) | 115.59º | 0.78% | 0.89% | - |
| XYZ | 30.09 | 56.23 | 12.28 | - |
| YUV | 157.79 | 67.17 | 60.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 50 | 0.72 | 0 | 0.78 | 0.11 | 115.59 | 0.76 | 0.54 |
| Hex | 3F | E3 | 32 | 48 | 0 | 4E | B | 74 | 4C | 36 |
| Octal | 77 | 343 | 62 | 110 | 0 | 116 | 13 | 164 | 114 | 66 |
| Binary | 111111 | 11100011 | 110010 | 1001000 | 0 | 1001110 | 1011 | 1110100 | 1001100 | 110110 |
Color Harmonies of #3FE332
Complementary color
Monochromatic Colors of #3FE332
Black with #3FE332
Text Example
Text Example
White with #3FE332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE332; }
p { color: rgb(63,227,50); }
H1.HeaderClassName
{
color: #3FE332;
}
.AnyTagClassName
{
color: #3FE332;
}
</style>
background-color css
<style>
a { background-color: #3FE332; }
a { background-color: rgb(63,227,50); }
div.DivClassName
{
background-color: #3FE332;
}
.BgClassName
{
background-color: #3FE332;
}
</style>
border-color css
<style>
span { border-color: #3FE332; }
span { border-color: rgb(63,227,50); }
td.TdClassName
{
border-color: #3FE332;
}
.TagClassName
{
border-color: #3FE332;
}
</style>