Shades of Lime Green #3FE727
Tints of Lime Green #3FE727
RGB
CMYK
RGB Variations
Color information
#3FE727 (or 0x3FE727) is known color: Lime Green. HEX triplet: 3F, E7 and 27. RGB value is (63,231,39). Sum of RGB (Red+Green+Blue) = 63+231+39=333 (44% of max value = 765). Red value is 63 (25% from 255 or 18.92% from 333); Green value is 231 (90.62% from 255 or 69.37% from 333); Blue value is 39 (15.62% from 255 or 11.71% from 333); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE727 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE727 is #C018D8. Grayscale: #9F9F9F. Windows color (decimal): -12589273 or 2615103. OLE color: 2615103.
HSL color Cylindrical-coordinate representation of color #3FE727: hue angle of 112.5º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3FE727 is Cyan = 0.73, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 39 | - |
| CMYK | 0.73 | 0 | 0.83 | 0.09 |
| HSL | 112.5º | 0.8% | 0.53% | - |
| HSV(B) | 112.5º | 0.83% | 0.91% | - |
| XYZ | 30.99 | 58.36 | 11.55 | - |
| YUV | 158.88 | 60.34 | 59.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 39 | 0.73 | 0 | 0.83 | 0.09 | 112.5 | 0.8 | 0.53 |
| Hex | 3F | E7 | 27 | 49 | 0 | 53 | 9 | 70 | 50 | 35 |
| Octal | 77 | 347 | 47 | 111 | 0 | 123 | 11 | 160 | 120 | 65 |
| Binary | 111111 | 11100111 | 100111 | 1001001 | 0 | 1010011 | 1001 | 1110000 | 1010000 | 110101 |
Color Harmonies of #3FE727
Complementary color
Monochromatic Colors of #3FE727
Black with #3FE727
Text Example
Text Example
White with #3FE727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE727; }
p { color: rgb(63,231,39); }
H1.HeaderClassName
{
color: #3FE727;
}
.AnyTagClassName
{
color: #3FE727;
}
</style>
background-color css
<style>
a { background-color: #3FE727; }
a { background-color: rgb(63,231,39); }
div.DivClassName
{
background-color: #3FE727;
}
.BgClassName
{
background-color: #3FE727;
}
</style>
border-color css
<style>
span { border-color: #3FE727; }
span { border-color: rgb(63,231,39); }
td.TdClassName
{
border-color: #3FE727;
}
.TagClassName
{
border-color: #3FE727;
}
</style>