Shades of Lime Green #3FCF51
Tints of Lime Green #3FCF51
RGB
CMYK
RGB Variations
Color information
#3FCF51 (or 0x3FCF51) is known color: Lime Green. HEX triplet: 3F, CF and 51. RGB value is (63,207,81). Sum of RGB (Red+Green+Blue) = 63+207+81=351 (46% of max value = 765). Red value is 63 (25% from 255 or 17.95% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 81 (32.03% from 255 or 23.08% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #3FCF51 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCF51 is #C030AE. Grayscale: #959595. Windows color (decimal): -12595375 or 5361471. OLE color: 5361471.
HSL color Cylindrical-coordinate representation of color #3FCF51: hue angle of 127.5º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3FCF51 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 63 | 207 | 81 | - |
| CMYK | 0.70 | 0 | 0.61 | 0.19 |
| HSL | 127.5º | 0.6% | 0.53% | - |
| HSV(B) | 127.5º | 0.7% | 0.81% | - |
| XYZ | 25.85 | 46.28 | 15.35 | - |
| YUV | 149.58 | 89.29 | 66.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 207 | 81 | 0.70 | 0 | 0.61 | 0.19 | 127.5 | 0.6 | 0.53 |
| Hex | 3F | CF | 51 | 46 | 0 | 3D | 13 | 80 | 3C | 35 |
| Octal | 77 | 317 | 121 | 106 | 0 | 75 | 23 | 200 | 74 | 65 |
| Binary | 111111 | 11001111 | 1010001 | 1000110 | 0 | 111101 | 10011 | 10000000 | 111100 | 110101 |
Color Harmonies of #3FCF51
Complementary color
Monochromatic Colors of #3FCF51
Black with #3FCF51
Text Example
Text Example
White with #3FCF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCF51; }
p { color: rgb(63,207,81); }
H1.HeaderClassName
{
color: #3FCF51;
}
.AnyTagClassName
{
color: #3FCF51;
}
</style>
background-color css
<style>
a { background-color: #3FCF51; }
a { background-color: rgb(63,207,81); }
div.DivClassName
{
background-color: #3FCF51;
}
.BgClassName
{
background-color: #3FCF51;
}
</style>
border-color css
<style>
span { border-color: #3FCF51; }
span { border-color: rgb(63,207,81); }
td.TdClassName
{
border-color: #3FCF51;
}
.TagClassName
{
border-color: #3FCF51;
}
</style>