Shades of Lime Green #3FD93C
Tints of Lime Green #3FD93C
RGB
CMYK
RGB Variations
Color information
#3FD93C (or 0x3FD93C) is known color: Lime Green. HEX triplet: 3F, D9 and 3C. RGB value is (63,217,60). Sum of RGB (Red+Green+Blue) = 63+217+60=340 (45% of max value = 765). Red value is 63 (25% from 255 or 18.53% from 340); Green value is 217 (85.16% from 255 or 63.82% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 217 - color contains mainly: green. Hex color #3FD93C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FD93C is #C026C3. Grayscale: #999999. Windows color (decimal): -12592836 or 3987775. OLE color: 3987775.
HSL color Cylindrical-coordinate representation of color #3FD93C: hue angle of 118.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3FD93C is Cyan = 0.71, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 217 | 60 | - |
| CMYK | 0.71 | 0 | 0.72 | 0.15 |
| HSL | 118.85º | 0.67% | 0.54% | - |
| HSV(B) | 118.85º | 0.72% | 0.85% | - |
| XYZ | 27.68 | 51.01 | 12.66 | - |
| YUV | 153.06 | 75.48 | 63.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 217 | 60 | 0.71 | 0 | 0.72 | 0.15 | 118.85 | 0.67 | 0.54 |
| Hex | 3F | D9 | 3C | 47 | 0 | 48 | F | 77 | 43 | 36 |
| Octal | 77 | 331 | 74 | 107 | 0 | 110 | 17 | 167 | 103 | 66 |
| Binary | 111111 | 11011001 | 111100 | 1000111 | 0 | 1001000 | 1111 | 1110111 | 1000011 | 110110 |
Color Harmonies of #3FD93C
Complementary color
Monochromatic Colors of #3FD93C
Black with #3FD93C
Text Example
Text Example
White with #3FD93C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FD93C; }
p { color: rgb(63,217,60); }
H1.HeaderClassName
{
color: #3FD93C;
}
.AnyTagClassName
{
color: #3FD93C;
}
</style>
background-color css
<style>
a { background-color: #3FD93C; }
a { background-color: rgb(63,217,60); }
div.DivClassName
{
background-color: #3FD93C;
}
.BgClassName
{
background-color: #3FD93C;
}
</style>
border-color css
<style>
span { border-color: #3FD93C; }
span { border-color: rgb(63,217,60); }
td.TdClassName
{
border-color: #3FD93C;
}
.TagClassName
{
border-color: #3FD93C;
}
</style>