Shades of Lime Green #3FCD54
Tints of Lime Green #3FCD54
RGB
CMYK
RGB Variations
Color information
#3FCD54 (or 0x3FCD54) is known color: Lime Green. HEX triplet: 3F, CD and 54. RGB value is (63,205,84). Sum of RGB (Red+Green+Blue) = 63+205+84=352 (46% of max value = 765). Red value is 63 (25% from 255 or 17.90% from 352); Green value is 205 (80.47% from 255 or 58.24% from 352); Blue value is 84 (33.20% from 255 or 23.86% from 352); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3FCD54 is #C032AB. Grayscale: #959595. Windows color (decimal): -12595884 or 5557567. OLE color: 5557567.
HSL color Cylindrical-coordinate representation of color #3FCD54: hue angle of 128.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3FCD54 is Cyan = 0.69, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 84 | - |
| CMYK | 0.69 | 0 | 0.59 | 0.20 |
| HSL | 128.87º | 0.59% | 0.53% | - |
| HSV(B) | 128.87º | 0.69% | 0.8% | - |
| XYZ | 25.48 | 45.36 | 15.8 | - |
| YUV | 148.75 | 91.46 | 66.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 84 | 0.69 | 0 | 0.59 | 0.20 | 128.87 | 0.59 | 0.53 |
| Hex | 3F | CD | 54 | 45 | 0 | 3B | 14 | 81 | 3B | 35 |
| Octal | 77 | 315 | 124 | 105 | 0 | 73 | 24 | 201 | 73 | 65 |
| Binary | 111111 | 11001101 | 1010100 | 1000101 | 0 | 111011 | 10100 | 10000001 | 111011 | 110101 |
Color Harmonies of #3FCD54
Complementary color
Monochromatic Colors of #3FCD54
Black with #3FCD54
Text Example
Text Example
White with #3FCD54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD54; }
p { color: rgb(63,205,84); }
H1.HeaderClassName
{
color: #3FCD54;
}
.AnyTagClassName
{
color: #3FCD54;
}
</style>
background-color css
<style>
a { background-color: #3FCD54; }
a { background-color: rgb(63,205,84); }
div.DivClassName
{
background-color: #3FCD54;
}
.BgClassName
{
background-color: #3FCD54;
}
</style>
border-color css
<style>
span { border-color: #3FCD54; }
span { border-color: rgb(63,205,84); }
td.TdClassName
{
border-color: #3FCD54;
}
.TagClassName
{
border-color: #3FCD54;
}
</style>