Shades of Lime Green #3FDF1D
Tints of Lime Green #3FDF1D
RGB
CMYK
RGB Variations
Color information
#3FDF1D (or 0x3FDF1D) is known color: Lime Green. HEX triplet: 3F, DF and 1D. RGB value is (63,223,29). Sum of RGB (Red+Green+Blue) = 63+223+29=315 (41% of max value = 765). Red value is 63 (25% from 255 or 20% from 315); Green value is 223 (87.5% from 255 or 70.79% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF1D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF1D is #C020E2. Grayscale: #999999. Windows color (decimal): -12591331 or 1957695. OLE color: 1957695.
HSL color Cylindrical-coordinate representation of color #3FDF1D: hue angle of 109.48º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3FDF1D is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 29 | - |
| CMYK | 0.72 | 0 | 0.87 | 0.13 |
| HSL | 109.48º | 0.77% | 0.49% | - |
| HSV(B) | 109.48º | 0.87% | 0.87% | - |
| XYZ | 28.66 | 53.92 | 10.06 | - |
| YUV | 153.04 | 57.99 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 29 | 0.72 | 0 | 0.87 | 0.13 | 109.48 | 0.77 | 0.49 |
| Hex | 3F | DF | 1D | 48 | 0 | 57 | D | 6D | 4D | 31 |
| Octal | 77 | 337 | 35 | 110 | 0 | 127 | 15 | 155 | 115 | 61 |
| Binary | 111111 | 11011111 | 11101 | 1001000 | 0 | 1010111 | 1101 | 1101101 | 1001101 | 110001 |
Color Harmonies of #3FDF1D
Complementary color
Monochromatic Colors of #3FDF1D
Black with #3FDF1D
Text Example
Text Example
White with #3FDF1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF1D; }
p { color: rgb(63,223,29); }
H1.HeaderClassName
{
color: #3FDF1D;
}
.AnyTagClassName
{
color: #3FDF1D;
}
</style>
background-color css
<style>
a { background-color: #3FDF1D; }
a { background-color: rgb(63,223,29); }
div.DivClassName
{
background-color: #3FDF1D;
}
.BgClassName
{
background-color: #3FDF1D;
}
</style>
border-color css
<style>
span { border-color: #3FDF1D; }
span { border-color: rgb(63,223,29); }
td.TdClassName
{
border-color: #3FDF1D;
}
.TagClassName
{
border-color: #3FDF1D;
}
</style>