Shades of Lime Green #3FC52D
Tints of Lime Green #3FC52D
RGB
CMYK
RGB Variations
Color information
#3FC52D (or 0x3FC52D) is known color: Lime Green. HEX triplet: 3F, C5 and 2D. RGB value is (63,197,45). Sum of RGB (Red+Green+Blue) = 63+197+45=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 197 (77.34% from 255 or 64.59% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 197 - color contains mainly: green. Hex color #3FC52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FC52D is #C03AD2. Grayscale: #8C8C8C. Windows color (decimal): -12597971 or 2999615. OLE color: 2999615.
HSL color Cylindrical-coordinate representation of color #3FC52D: hue angle of 112.89º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3FC52D is Cyan = 0.68, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 63 | 197 | 45 | - |
| CMYK | 0.68 | 0 | 0.77 | 0.23 |
| HSL | 112.89º | 0.63% | 0.47% | - |
| HSV(B) | 112.89º | 0.77% | 0.77% | - |
| XYZ | 22.49 | 41.18 | 9.25 | - |
| YUV | 139.61 | 74.61 | 73.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 197 | 45 | 0.68 | 0 | 0.77 | 0.23 | 112.89 | 0.63 | 0.47 |
| Hex | 3F | C5 | 2D | 44 | 0 | 4D | 17 | 71 | 3F | 2F |
| Octal | 77 | 305 | 55 | 104 | 0 | 115 | 27 | 161 | 77 | 57 |
| Binary | 111111 | 11000101 | 101101 | 1000100 | 0 | 1001101 | 10111 | 1110001 | 111111 | 101111 |
Color Harmonies of #3FC52D
Complementary color
Monochromatic Colors of #3FC52D
Black with #3FC52D
Text Example
Text Example
White with #3FC52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FC52D; }
p { color: rgb(63,197,45); }
H1.HeaderClassName
{
color: #3FC52D;
}
.AnyTagClassName
{
color: #3FC52D;
}
</style>
background-color css
<style>
a { background-color: #3FC52D; }
a { background-color: rgb(63,197,45); }
div.DivClassName
{
background-color: #3FC52D;
}
.BgClassName
{
background-color: #3FC52D;
}
</style>
border-color css
<style>
span { border-color: #3FC52D; }
span { border-color: rgb(63,197,45); }
td.TdClassName
{
border-color: #3FC52D;
}
.TagClassName
{
border-color: #3FC52D;
}
</style>