Shades of Lime Green #3FDF3C
Tints of Lime Green #3FDF3C
RGB
CMYK
RGB Variations
Color information
#3FDF3C (or 0x3FDF3C) is known color: Lime Green. HEX triplet: 3F, DF and 3C. RGB value is (63,223,60). Sum of RGB (Red+Green+Blue) = 63+223+60=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 223 (87.5% from 255 or 64.45% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 223 - color contains mainly: green. Hex color #3FDF3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDF3C is #C020C3. Grayscale: #9D9D9D. Windows color (decimal): -12591300 or 3989311. OLE color: 3989311.
HSL color Cylindrical-coordinate representation of color #3FDF3C: hue angle of 118.9º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FDF3C is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 63 | 223 | 60 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.13 |
| HSL | 118.9º | 0.72% | 0.55% | - |
| HSV(B) | 118.9º | 0.73% | 0.87% | - |
| XYZ | 29.25 | 54.16 | 13.19 | - |
| YUV | 156.58 | 73.49 | 61.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 223 | 60 | 0.72 | 0 | 0.73 | 0.13 | 118.9 | 0.72 | 0.55 |
| Hex | 3F | DF | 3C | 48 | 0 | 49 | D | 77 | 48 | 37 |
| Octal | 77 | 337 | 74 | 110 | 0 | 111 | 15 | 167 | 110 | 67 |
| Binary | 111111 | 11011111 | 111100 | 1001000 | 0 | 1001001 | 1101 | 1110111 | 1001000 | 110111 |
Color Harmonies of #3FDF3C
Complementary color
Monochromatic Colors of #3FDF3C
Black with #3FDF3C
Text Example
Text Example
White with #3FDF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDF3C; }
p { color: rgb(63,223,60); }
H1.HeaderClassName
{
color: #3FDF3C;
}
.AnyTagClassName
{
color: #3FDF3C;
}
</style>
background-color css
<style>
a { background-color: #3FDF3C; }
a { background-color: rgb(63,223,60); }
div.DivClassName
{
background-color: #3FDF3C;
}
.BgClassName
{
background-color: #3FDF3C;
}
</style>
border-color css
<style>
span { border-color: #3FDF3C; }
span { border-color: rgb(63,223,60); }
td.TdClassName
{
border-color: #3FDF3C;
}
.TagClassName
{
border-color: #3FDF3C;
}
</style>