Shades of Lime Green #3FDC35
Tints of Lime Green #3FDC35
RGB
CMYK
RGB Variations
Color information
#3FDC35 (or 0x3FDC35) is known color: Lime Green. HEX triplet: 3F, DC and 35. RGB value is (63,220,53). Sum of RGB (Red+Green+Blue) = 63+220+53=336 (44% of max value = 765). Red value is 63 (25% from 255 or 18.75% from 336); Green value is 220 (86.33% from 255 or 65.48% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC35 is #C023CA. Grayscale: #9A9A9A. Windows color (decimal): -12592075 or 3529791. OLE color: 3529791.
HSL color Cylindrical-coordinate representation of color #3FDC35: hue angle of 116.41º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3FDC35 is Cyan = 0.71, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 53 | - |
| CMYK | 0.71 | 0 | 0.76 | 0.14 |
| HSL | 116.41º | 0.7% | 0.54% | - |
| HSV(B) | 116.41º | 0.76% | 0.86% | - |
| XYZ | 28.29 | 52.5 | 12.01 | - |
| YUV | 154.02 | 70.99 | 63.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 53 | 0.71 | 0 | 0.76 | 0.14 | 116.41 | 0.7 | 0.54 |
| Hex | 3F | DC | 35 | 47 | 0 | 4C | E | 74 | 46 | 36 |
| Octal | 77 | 334 | 65 | 107 | 0 | 114 | 16 | 164 | 106 | 66 |
| Binary | 111111 | 11011100 | 110101 | 1000111 | 0 | 1001100 | 1110 | 1110100 | 1000110 | 110110 |
Color Harmonies of #3FDC35
Complementary color
Monochromatic Colors of #3FDC35
Black with #3FDC35
Text Example
Text Example
White with #3FDC35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC35; }
p { color: rgb(63,220,53); }
H1.HeaderClassName
{
color: #3FDC35;
}
.AnyTagClassName
{
color: #3FDC35;
}
</style>
background-color css
<style>
a { background-color: #3FDC35; }
a { background-color: rgb(63,220,53); }
div.DivClassName
{
background-color: #3FDC35;
}
.BgClassName
{
background-color: #3FDC35;
}
</style>
border-color css
<style>
span { border-color: #3FDC35; }
span { border-color: rgb(63,220,53); }
td.TdClassName
{
border-color: #3FDC35;
}
.TagClassName
{
border-color: #3FDC35;
}
</style>