Shades of Lime Green #3FF127
Tints of Lime Green #3FF127
RGB
CMYK
RGB Variations
Color information
#3FF127 (or 0x3FF127) is known color: Lime Green. HEX triplet: 3F, F1 and 27. RGB value is (63,241,39). Sum of RGB (Red+Green+Blue) = 63+241+39=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #3FF127 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF127 is #C00ED8. Grayscale: #A5A5A5. Windows color (decimal): -12586713 or 2617663. OLE color: 2617663.
HSL color Cylindrical-coordinate representation of color #3FF127: hue angle of 112.87º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #3FF127 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 63 | 241 | 39 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.05 |
| HSL | 112.87º | 0.88% | 0.55% | - |
| HSV(B) | 112.87º | 0.84% | 0.95% | - |
| XYZ | 33.87 | 64.11 | 12.51 | - |
| YUV | 164.75 | 57.03 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 241 | 39 | 0.74 | 0 | 0.84 | 0.05 | 112.87 | 0.88 | 0.55 |
| Hex | 3F | F1 | 27 | 4A | 0 | 54 | 5 | 71 | 58 | 37 |
| Octal | 77 | 361 | 47 | 112 | 0 | 124 | 5 | 161 | 130 | 67 |
| Binary | 111111 | 11110001 | 100111 | 1001010 | 0 | 1010100 | 101 | 1110001 | 1011000 | 110111 |
Color Harmonies of #3FF127
Complementary color
Monochromatic Colors of #3FF127
Black with #3FF127
Text Example
Text Example
White with #3FF127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF127; }
p { color: rgb(63,241,39); }
H1.HeaderClassName
{
color: #3FF127;
}
.AnyTagClassName
{
color: #3FF127;
}
</style>
background-color css
<style>
a { background-color: #3FF127; }
a { background-color: rgb(63,241,39); }
div.DivClassName
{
background-color: #3FF127;
}
.BgClassName
{
background-color: #3FF127;
}
</style>
border-color css
<style>
span { border-color: #3FF127; }
span { border-color: rgb(63,241,39); }
td.TdClassName
{
border-color: #3FF127;
}
.TagClassName
{
border-color: #3FF127;
}
</style>