Shades of Lime Green #3FDC1B
Tints of Lime Green #3FDC1B
RGB
CMYK
RGB Variations
Color information
#3FDC1B (or 0x3FDC1B) is known color: Lime Green. HEX triplet: 3F, DC and 1B. RGB value is (63,220,27). Sum of RGB (Red+Green+Blue) = 63+220+27=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 220 (86.33% from 255 or 70.97% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 220 - color contains mainly: green. Hex color #3FDC1B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3FDC1B is #C023E4. Grayscale: #979797. Windows color (decimal): -12592101 or 1825855. OLE color: 1825855.
HSL color Cylindrical-coordinate representation of color #3FDC1B: hue angle of 108.81º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3FDC1B is Cyan = 0.71, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 63 | 220 | 27 | - |
| CMYK | 0.71 | 0 | 0.88 | 0.14 |
| HSL | 108.81º | 0.78% | 0.48% | - |
| HSV(B) | 108.81º | 0.88% | 0.86% | - |
| XYZ | 27.84 | 52.32 | 9.67 | - |
| YUV | 151.06 | 57.99 | 65.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 220 | 27 | 0.71 | 0 | 0.88 | 0.14 | 108.81 | 0.78 | 0.48 |
| Hex | 3F | DC | 1B | 47 | 0 | 58 | E | 6D | 4E | 30 |
| Octal | 77 | 334 | 33 | 107 | 0 | 130 | 16 | 155 | 116 | 60 |
| Binary | 111111 | 11011100 | 11011 | 1000111 | 0 | 1011000 | 1110 | 1101101 | 1001110 | 110000 |
Color Harmonies of #3FDC1B
Complementary color
Monochromatic Colors of #3FDC1B
Black with #3FDC1B
Text Example
Text Example
White with #3FDC1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FDC1B; }
p { color: rgb(63,220,27); }
H1.HeaderClassName
{
color: #3FDC1B;
}
.AnyTagClassName
{
color: #3FDC1B;
}
</style>
background-color css
<style>
a { background-color: #3FDC1B; }
a { background-color: rgb(63,220,27); }
div.DivClassName
{
background-color: #3FDC1B;
}
.BgClassName
{
background-color: #3FDC1B;
}
</style>
border-color css
<style>
span { border-color: #3FDC1B; }
span { border-color: rgb(63,220,27); }
td.TdClassName
{
border-color: #3FDC1B;
}
.TagClassName
{
border-color: #3FDC1B;
}
</style>