Shades of Lime Green #3FC951
Tints of Lime Green #3FC951
RGB
CMYK
RGB Variations
Color information
#3FC951 (or 0x3FC951) is known color: Lime Green. HEX triplet: 3F, C9 and 51. RGB value is (63,201,81). Sum of RGB (Red+Green+Blue) = 63+201+81=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 201 (78.91% from 255 or 58.26% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 201 - color contains mainly: green. Hex color #3FC951 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FC951 is #C036AE. Grayscale: #929292. Windows color (decimal): -12596911 or 5359935. OLE color: 5359935.
HSL color Cylindrical-coordinate representation of color #3FC951: hue angle of 127.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FC951 is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 63 | 201 | 81 | - |
| CMYK | 0.69 | 0 | 0.60 | 0.21 |
| HSL | 127.83º | 0.56% | 0.52% | - |
| HSV(B) | 127.83º | 0.69% | 0.79% | - |
| XYZ | 24.42 | 43.42 | 14.88 | - |
| YUV | 146.06 | 91.28 | 68.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 201 | 81 | 0.69 | 0 | 0.60 | 0.21 | 127.83 | 0.56 | 0.52 |
| Hex | 3F | C9 | 51 | 45 | 0 | 3C | 15 | 80 | 38 | 34 |
| Octal | 77 | 311 | 121 | 105 | 0 | 74 | 25 | 200 | 70 | 64 |
| Binary | 111111 | 11001001 | 1010001 | 1000101 | 0 | 111100 | 10101 | 10000000 | 111000 | 110100 |
Color Harmonies of #3FC951
Complementary color
Monochromatic Colors of #3FC951
Black with #3FC951
Text Example
Text Example
White with #3FC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC951; }
p { color: rgb(63,201,81); }
H1.HeaderClassName
{
color: #3FC951;
}
.AnyTagClassName
{
color: #3FC951;
}
</style>
background-color css
<style>
a { background-color: #3FC951; }
a { background-color: rgb(63,201,81); }
div.DivClassName
{
background-color: #3FC951;
}
.BgClassName
{
background-color: #3FC951;
}
</style>
border-color css
<style>
span { border-color: #3FC951; }
span { border-color: rgb(63,201,81); }
td.TdClassName
{
border-color: #3FC951;
}
.TagClassName
{
border-color: #3FC951;
}
</style>