Shades of Lime Green #3FDF3D
Tints of Lime Green #3FDF3D
RGB
CMYK
RGB Variations
Color information
#3FDF3D (or 0x3FDF3D) is known color: Lime Green. HEX triplet: 3F, DF and 3D. RGB value is (63,223,61). Sum of RGB (Red+Green+Blue) = 63+223+61=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 223 (87.5% from 255 or 64.27% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF3D is #C020C2. Grayscale: #9D9D9D. Windows color (decimal): -12591299 or 4054847. OLE color: 4054847.
HSL color Cylindrical-coordinate representation of color #3FDF3D: hue angle of 119.26º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDF3D is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 61 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.13 |
| HSL | 119.26º | 0.72% | 0.56% | - |
| HSV(B) | 119.26º | 0.73% | 0.87% | - |
| XYZ | 29.28 | 54.17 | 13.33 | - |
| YUV | 156.69 | 73.99 | 61.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 61 | 0.72 | 0 | 0.73 | 0.13 | 119.26 | 0.72 | 0.56 |
| Hex | 3F | DF | 3D | 48 | 0 | 49 | D | 77 | 48 | 38 |
| Octal | 77 | 337 | 75 | 110 | 0 | 111 | 15 | 167 | 110 | 70 |
| Binary | 111111 | 11011111 | 111101 | 1001000 | 0 | 1001001 | 1101 | 1110111 | 1001000 | 111000 |
Color Harmonies of #3FDF3D
Complementary color
Monochromatic Colors of #3FDF3D
Black with #3FDF3D
Text Example
Text Example
White with #3FDF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF3D; }
p { color: rgb(63,223,61); }
H1.HeaderClassName
{
color: #3FDF3D;
}
.AnyTagClassName
{
color: #3FDF3D;
}
</style>
background-color css
<style>
a { background-color: #3FDF3D; }
a { background-color: rgb(63,223,61); }
div.DivClassName
{
background-color: #3FDF3D;
}
.BgClassName
{
background-color: #3FDF3D;
}
</style>
border-color css
<style>
span { border-color: #3FDF3D; }
span { border-color: rgb(63,223,61); }
td.TdClassName
{
border-color: #3FDF3D;
}
.TagClassName
{
border-color: #3FDF3D;
}
</style>