Shades of Lime Green #3FDA55
Tints of Lime Green #3FDA55
RGB
CMYK
RGB Variations
Color information
#3FDA55 (or 0x3FDA55) is known color: Lime Green. HEX triplet: 3F, DA and 55. RGB value is (63,218,85). Sum of RGB (Red+Green+Blue) = 63+218+85=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 218 (85.55% from 255 or 59.56% from 366); Blue value is 85 (33.59% from 255 or 23.22% from 366); Max value from RGB is 218 - color contains mainly: green. Hex color #3FDA55 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FDA55 is #C025AA. Grayscale: #9C9C9C. Windows color (decimal): -12592555 or 5626431. OLE color: 5626431.
HSL color Cylindrical-coordinate representation of color #3FDA55: hue angle of 128.52º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FDA55 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 218 | 85 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.15 |
| HSL | 128.52º | 0.68% | 0.55% | - |
| HSV(B) | 128.52º | 0.71% | 0.85% | - |
| XYZ | 28.76 | 51.86 | 17.09 | - |
| YUV | 156.49 | 87.65 | 61.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 218 | 85 | 0.71 | 0 | 0.61 | 0.15 | 128.52 | 0.68 | 0.55 |
| Hex | 3F | DA | 55 | 47 | 0 | 3D | F | 81 | 44 | 37 |
| Octal | 77 | 332 | 125 | 107 | 0 | 75 | 17 | 201 | 104 | 67 |
| Binary | 111111 | 11011010 | 1010101 | 1000111 | 0 | 111101 | 1111 | 10000001 | 1000100 | 110111 |
Color Harmonies of #3FDA55
Complementary color
Monochromatic Colors of #3FDA55
Black with #3FDA55
Text Example
Text Example
White with #3FDA55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDA55; }
p { color: rgb(63,218,85); }
H1.HeaderClassName
{
color: #3FDA55;
}
.AnyTagClassName
{
color: #3FDA55;
}
</style>
background-color css
<style>
a { background-color: #3FDA55; }
a { background-color: rgb(63,218,85); }
div.DivClassName
{
background-color: #3FDA55;
}
.BgClassName
{
background-color: #3FDA55;
}
</style>
border-color css
<style>
span { border-color: #3FDA55; }
span { border-color: rgb(63,218,85); }
td.TdClassName
{
border-color: #3FDA55;
}
.TagClassName
{
border-color: #3FDA55;
}
</style>