Shades of Lime Green #3FE932
Tints of Lime Green #3FE932
RGB
CMYK
RGB Variations
Color information
#3FE932 (or 0x3FE932) is known color: Lime Green. HEX triplet: 3F, E9 and 32. RGB value is (63,233,50). Sum of RGB (Red+Green+Blue) = 63+233+50=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 233 (91.41% from 255 or 67.34% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 233 - color contains mainly: green. Hex color #3FE932 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE932 is #C016CD. Grayscale: #A1A1A1. Windows color (decimal): -12588750 or 3336511. OLE color: 3336511.
HSL color Cylindrical-coordinate representation of color #3FE932: hue angle of 115.74º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FE932 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 233 | 50 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.09 |
| HSL | 115.74º | 0.81% | 0.55% | - |
| HSV(B) | 115.74º | 0.79% | 0.91% | - |
| XYZ | 31.76 | 59.56 | 12.84 | - |
| YUV | 161.31 | 65.18 | 57.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 233 | 50 | 0.73 | 0 | 0.79 | 0.09 | 115.74 | 0.81 | 0.55 |
| Hex | 3F | E9 | 32 | 49 | 0 | 4F | 9 | 74 | 51 | 37 |
| Octal | 77 | 351 | 62 | 111 | 0 | 117 | 11 | 164 | 121 | 67 |
| Binary | 111111 | 11101001 | 110010 | 1001001 | 0 | 1001111 | 1001 | 1110100 | 1010001 | 110111 |
Color Harmonies of #3FE932
Complementary color
Monochromatic Colors of #3FE932
Black with #3FE932
Text Example
Text Example
White with #3FE932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE932; }
p { color: rgb(63,233,50); }
H1.HeaderClassName
{
color: #3FE932;
}
.AnyTagClassName
{
color: #3FE932;
}
</style>
background-color css
<style>
a { background-color: #3FE932; }
a { background-color: rgb(63,233,50); }
div.DivClassName
{
background-color: #3FE932;
}
.BgClassName
{
background-color: #3FE932;
}
</style>
border-color css
<style>
span { border-color: #3FE932; }
span { border-color: rgb(63,233,50); }
td.TdClassName
{
border-color: #3FE932;
}
.TagClassName
{
border-color: #3FE932;
}
</style>