Shades of Lime Green #3FCD45
Tints of Lime Green #3FCD45
RGB
CMYK
RGB Variations
Color information
#3FCD45 (or 0x3FCD45) is known color: Lime Green. HEX triplet: 3F, CD and 45. RGB value is (63,205,69). Sum of RGB (Red+Green+Blue) = 63+205+69=337 (44% of max value = 765). Red value is 63 (25% from 255 or 18.69% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 69 (27.34% from 255 or 20.47% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD45 is #C032BA. Grayscale: #939393. Windows color (decimal): -12595899 or 4574527. OLE color: 4574527.
HSL color Cylindrical-coordinate representation of color #3FCD45: hue angle of 122.54º 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 #3FCD45 is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 69 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.20 |
| HSL | 122.54º | 0.59% | 0.53% | - |
| HSV(B) | 122.54º | 0.69% | 0.8% | - |
| XYZ | 24.96 | 45.15 | 13.03 | - |
| YUV | 147.04 | 83.96 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 69 | 0.69 | 0 | 0.66 | 0.20 | 122.54 | 0.59 | 0.53 |
| Hex | 3F | CD | 45 | 45 | 0 | 42 | 14 | 7B | 3B | 35 |
| Octal | 77 | 315 | 105 | 105 | 0 | 102 | 24 | 173 | 73 | 65 |
| Binary | 111111 | 11001101 | 1000101 | 1000101 | 0 | 1000010 | 10100 | 1111011 | 111011 | 110101 |
Color Harmonies of #3FCD45
Complementary color
Monochromatic Colors of #3FCD45
Black with #3FCD45
Text Example
Text Example
White with #3FCD45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD45; }
p { color: rgb(63,205,69); }
H1.HeaderClassName
{
color: #3FCD45;
}
.AnyTagClassName
{
color: #3FCD45;
}
</style>
background-color css
<style>
a { background-color: #3FCD45; }
a { background-color: rgb(63,205,69); }
div.DivClassName
{
background-color: #3FCD45;
}
.BgClassName
{
background-color: #3FCD45;
}
</style>
border-color css
<style>
span { border-color: #3FCD45; }
span { border-color: rgb(63,205,69); }
td.TdClassName
{
border-color: #3FCD45;
}
.TagClassName
{
border-color: #3FCD45;
}
</style>