Shades of Lime Green #3FCD4B
Tints of Lime Green #3FCD4B
RGB
CMYK
RGB Variations
Color information
#3FCD4B (or 0x3FCD4B) is known color: Lime Green. HEX triplet: 3F, CD and 4B. RGB value is (63,205,75). Sum of RGB (Red+Green+Blue) = 63+205+75=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 205 (80.47% from 255 or 59.77% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD4B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD4B is #C032B4. Grayscale: #949494. Windows color (decimal): -12595893 or 4967743. OLE color: 4967743.
HSL color Cylindrical-coordinate representation of color #3FCD4B: hue angle of 125.07º 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 #3FCD4B is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 75 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.20 |
| HSL | 125.07º | 0.59% | 0.53% | - |
| HSV(B) | 125.07º | 0.69% | 0.8% | - |
| XYZ | 25.15 | 45.23 | 14.06 | - |
| YUV | 147.72 | 86.96 | 67.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 75 | 0.69 | 0 | 0.63 | 0.20 | 125.07 | 0.59 | 0.53 |
| Hex | 3F | CD | 4B | 45 | 0 | 3F | 14 | 7D | 3B | 35 |
| Octal | 77 | 315 | 113 | 105 | 0 | 77 | 24 | 175 | 73 | 65 |
| Binary | 111111 | 11001101 | 1001011 | 1000101 | 0 | 111111 | 10100 | 1111101 | 111011 | 110101 |
Color Harmonies of #3FCD4B
Complementary color
Monochromatic Colors of #3FCD4B
Black with #3FCD4B
Text Example
Text Example
White with #3FCD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD4B; }
p { color: rgb(63,205,75); }
H1.HeaderClassName
{
color: #3FCD4B;
}
.AnyTagClassName
{
color: #3FCD4B;
}
</style>
background-color css
<style>
a { background-color: #3FCD4B; }
a { background-color: rgb(63,205,75); }
div.DivClassName
{
background-color: #3FCD4B;
}
.BgClassName
{
background-color: #3FCD4B;
}
</style>
border-color css
<style>
span { border-color: #3FCD4B; }
span { border-color: rgb(63,205,75); }
td.TdClassName
{
border-color: #3FCD4B;
}
.TagClassName
{
border-color: #3FCD4B;
}
</style>