Shades of Lime Green #3FE127
Tints of Lime Green #3FE127
RGB
CMYK
RGB Variations
Color information
#3FE127 (or 0x3FE127) is known color: Lime Green. HEX triplet: 3F, E1 and 27. RGB value is (63,225,39). Sum of RGB (Red+Green+Blue) = 63+225+39=327 (43% of max value = 765). Red value is 63 (25% from 255 or 19.27% from 327); Green value is 225 (88.28% from 255 or 68.81% from 327); Blue value is 39 (15.62% from 255 or 11.93% from 327); Max value from RGB is 225 - color contains mainly: green. Hex color #3FE127 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FE127 is #C01ED8. Grayscale: #9B9B9B. Windows color (decimal): -12590809 or 2613567. OLE color: 2613567.
HSL color Cylindrical-coordinate representation of color #3FE127: hue angle of 112.26º 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 #3FE127 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 63 | 225 | 39 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.12 |
| HSL | 112.26º | 0.76% | 0.52% | - |
| HSV(B) | 112.26º | 0.83% | 0.88% | - |
| XYZ | 29.34 | 55.05 | 11 | - |
| YUV | 155.36 | 62.33 | 62.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 225 | 39 | 0.72 | 0 | 0.83 | 0.12 | 112.26 | 0.76 | 0.52 |
| Hex | 3F | E1 | 27 | 48 | 0 | 53 | C | 70 | 4C | 34 |
| Octal | 77 | 341 | 47 | 110 | 0 | 123 | 14 | 160 | 114 | 64 |
| Binary | 111111 | 11100001 | 100111 | 1001000 | 0 | 1010011 | 1100 | 1110000 | 1001100 | 110100 |
Color Harmonies of #3FE127
Complementary color
Monochromatic Colors of #3FE127
Black with #3FE127
Text Example
Text Example
White with #3FE127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE127; }
p { color: rgb(63,225,39); }
H1.HeaderClassName
{
color: #3FE127;
}
.AnyTagClassName
{
color: #3FE127;
}
</style>
background-color css
<style>
a { background-color: #3FE127; }
a { background-color: rgb(63,225,39); }
div.DivClassName
{
background-color: #3FE127;
}
.BgClassName
{
background-color: #3FE127;
}
</style>
border-color css
<style>
span { border-color: #3FE127; }
span { border-color: rgb(63,225,39); }
td.TdClassName
{
border-color: #3FE127;
}
.TagClassName
{
border-color: #3FE127;
}
</style>