Shades of Lime Green #3FE327
Tints of Lime Green #3FE327
RGB
CMYK
RGB Variations
Color information
#3FE327 (or 0x3FE327) is known color: Lime Green. HEX triplet: 3F, E3 and 27. RGB value is (63,227,39). Sum of RGB (Red+Green+Blue) = 63+227+39=329 (43% of max value = 765). Red value is 63 (25% from 255 or 19.15% from 329); Green value is 227 (89.06% from 255 or 69.00% from 329); Blue value is 39 (15.62% from 255 or 11.85% from 329); Max value from RGB is 227 - color contains mainly: green. Hex color #3FE327 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE327 is #C01CD8. Grayscale: #9D9D9D. Windows color (decimal): -12590297 or 2614079. OLE color: 2614079.
HSL color Cylindrical-coordinate representation of color #3FE327: hue angle of 112.34º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE327 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 63 | 227 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.11 |
| HSL | 112.34º | 0.77% | 0.52% | - |
| HSV(B) | 112.34º | 0.83% | 0.89% | - |
| XYZ | 29.89 | 56.14 | 11.18 | - |
| YUV | 156.53 | 61.67 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 227 | 39 | 0.72 | 0 | 0.83 | 0.11 | 112.34 | 0.77 | 0.52 |
| Hex | 3F | E3 | 27 | 48 | 0 | 53 | B | 70 | 4D | 34 |
| Octal | 77 | 343 | 47 | 110 | 0 | 123 | 13 | 160 | 115 | 64 |
| Binary | 111111 | 11100011 | 100111 | 1001000 | 0 | 1010011 | 1011 | 1110000 | 1001101 | 110100 |
Color Harmonies of #3FE327
Complementary color
Monochromatic Colors of #3FE327
Black with #3FE327
Text Example
Text Example
White with #3FE327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE327; }
p { color: rgb(63,227,39); }
H1.HeaderClassName
{
color: #3FE327;
}
.AnyTagClassName
{
color: #3FE327;
}
</style>
background-color css
<style>
a { background-color: #3FE327; }
a { background-color: rgb(63,227,39); }
div.DivClassName
{
background-color: #3FE327;
}
.BgClassName
{
background-color: #3FE327;
}
</style>
border-color css
<style>
span { border-color: #3FE327; }
span { border-color: rgb(63,227,39); }
td.TdClassName
{
border-color: #3FE327;
}
.TagClassName
{
border-color: #3FE327;
}
</style>