Shades of Lime Green #3FCD2C
Tints of Lime Green #3FCD2C
RGB
CMYK
RGB Variations
Color information
#3FCD2C (or 0x3FCD2C) is known color: Lime Green. HEX triplet: 3F, CD and 2C. RGB value is (63,205,44). Sum of RGB (Red+Green+Blue) = 63+205+44=312 (41% of max value = 765). Red value is 63 (25% from 255 or 20.19% from 312); Green value is 205 (80.47% from 255 or 65.71% from 312); Blue value is 44 (17.58% from 255 or 14.10% from 312); Max value from RGB is 205 - color contains mainly: green. Hex color #3FCD2C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FCD2C is #C032D3. Grayscale: #909090. Windows color (decimal): -12595924 or 2936127. OLE color: 2936127.
HSL color Cylindrical-coordinate representation of color #3FCD2C: hue angle of 112.92º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FCD2C is Cyan = 0.69, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 63 | 205 | 44 | - |
| CMYK | 0.69 | 0 | 0.79 | 0.20 |
| HSL | 112.92º | 0.65% | 0.49% | - |
| HSV(B) | 112.92º | 0.79% | 0.8% | - |
| XYZ | 24.34 | 44.9 | 9.77 | - |
| YUV | 144.19 | 71.46 | 70.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 205 | 44 | 0.69 | 0 | 0.79 | 0.20 | 112.92 | 0.65 | 0.49 |
| Hex | 3F | CD | 2C | 45 | 0 | 4F | 14 | 71 | 41 | 31 |
| Octal | 77 | 315 | 54 | 105 | 0 | 117 | 24 | 161 | 101 | 61 |
| Binary | 111111 | 11001101 | 101100 | 1000101 | 0 | 1001111 | 10100 | 1110001 | 1000001 | 110001 |
Color Harmonies of #3FCD2C
Complementary color
Monochromatic Colors of #3FCD2C
Black with #3FCD2C
Text Example
Text Example
White with #3FCD2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FCD2C; }
p { color: rgb(63,205,44); }
H1.HeaderClassName
{
color: #3FCD2C;
}
.AnyTagClassName
{
color: #3FCD2C;
}
</style>
background-color css
<style>
a { background-color: #3FCD2C; }
a { background-color: rgb(63,205,44); }
div.DivClassName
{
background-color: #3FCD2C;
}
.BgClassName
{
background-color: #3FCD2C;
}
</style>
border-color css
<style>
span { border-color: #3FCD2C; }
span { border-color: rgb(63,205,44); }
td.TdClassName
{
border-color: #3FCD2C;
}
.TagClassName
{
border-color: #3FCD2C;
}
</style>