Shades of Lime Green #3FD754
Tints of Lime Green #3FD754
RGB
CMYK
RGB Variations
Color information
#3FD754 (or 0x3FD754) is known color: Lime Green. HEX triplet: 3F, D7 and 54. RGB value is (63,215,84). Sum of RGB (Red+Green+Blue) = 63+215+84=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 215 (84.38% from 255 or 59.39% from 362); Blue value is 84 (33.20% from 255 or 23.20% from 362); Max value from RGB is 215 - color contains mainly: green. Hex color #3FD754 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FD754 is #C028AB. Grayscale: #9A9A9A. Windows color (decimal): -12593324 or 5560127. OLE color: 5560127.
HSL color Cylindrical-coordinate representation of color #3FD754: hue angle of 128.29º 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 #3FD754 is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 63 | 215 | 84 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.16 |
| HSL | 128.29º | 0.66% | 0.55% | - |
| HSV(B) | 128.29º | 0.71% | 0.84% | - |
| XYZ | 27.95 | 50.3 | 16.62 | - |
| YUV | 154.62 | 88.14 | 62.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 215 | 84 | 0.71 | 0 | 0.61 | 0.16 | 128.29 | 0.66 | 0.55 |
| Hex | 3F | D7 | 54 | 47 | 0 | 3D | 10 | 80 | 42 | 37 |
| Octal | 77 | 327 | 124 | 107 | 0 | 75 | 20 | 200 | 102 | 67 |
| Binary | 111111 | 11010111 | 1010100 | 1000111 | 0 | 111101 | 10000 | 10000000 | 1000010 | 110111 |
Color Harmonies of #3FD754
Complementary color
Monochromatic Colors of #3FD754
Black with #3FD754
Text Example
Text Example
White with #3FD754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD754; }
p { color: rgb(63,215,84); }
H1.HeaderClassName
{
color: #3FD754;
}
.AnyTagClassName
{
color: #3FD754;
}
</style>
background-color css
<style>
a { background-color: #3FD754; }
a { background-color: rgb(63,215,84); }
div.DivClassName
{
background-color: #3FD754;
}
.BgClassName
{
background-color: #3FD754;
}
</style>
border-color css
<style>
span { border-color: #3FD754; }
span { border-color: rgb(63,215,84); }
td.TdClassName
{
border-color: #3FD754;
}
.TagClassName
{
border-color: #3FD754;
}
</style>