Shades of Lime Green #3FD755
Tints of Lime Green #3FD755
RGB
CMYK
RGB Variations
Color information
#3FD755 (or 0x3FD755) is known color: Lime Green. HEX triplet: 3F, D7 and 55. RGB value is (63,215,85). Sum of RGB (Red+Green+Blue) = 63+215+85=363 (48% of max value = 765). Red value is 63 (25% from 255 or 17.36% from 363); Green value is 215 (84.38% from 255 or 59.23% from 363); Blue value is 85 (33.59% from 255 or 23.42% from 363); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD755 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD755 is #C028AA. Grayscale: #9B9B9B. Windows color (decimal): -12593323 or 5625663. OLE color: 5625663.
HSL color Cylindrical-coordinate representation of color #3FD755: hue angle of 128.68º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FD755 is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 85 | - |
| CMYK | 0.71 | 0 | 0.60 | 0.16 |
| HSL | 128.68º | 0.66% | 0.55% | - |
| HSV(B) | 128.68º | 0.71% | 0.84% | - |
| XYZ | 27.99 | 50.31 | 16.83 | - |
| YUV | 154.73 | 88.64 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 85 | 0.71 | 0 | 0.60 | 0.16 | 128.68 | 0.66 | 0.55 |
| Hex | 3F | D7 | 55 | 47 | 0 | 3C | 10 | 81 | 42 | 37 |
| Octal | 77 | 327 | 125 | 107 | 0 | 74 | 20 | 201 | 102 | 67 |
| Binary | 111111 | 11010111 | 1010101 | 1000111 | 0 | 111100 | 10000 | 10000001 | 1000010 | 110111 |
Color Harmonies of #3FD755
Complementary color
Monochromatic Colors of #3FD755
Black with #3FD755
Text Example
Text Example
White with #3FD755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD755; }
p { color: rgb(63,215,85); }
H1.HeaderClassName
{
color: #3FD755;
}
.AnyTagClassName
{
color: #3FD755;
}
</style>
background-color css
<style>
a { background-color: #3FD755; }
a { background-color: rgb(63,215,85); }
div.DivClassName
{
background-color: #3FD755;
}
.BgClassName
{
background-color: #3FD755;
}
</style>
border-color css
<style>
span { border-color: #3FD755; }
span { border-color: rgb(63,215,85); }
td.TdClassName
{
border-color: #3FD755;
}
.TagClassName
{
border-color: #3FD755;
}
</style>