Shades of Lime Green #3FED4F
Tints of Lime Green #3FED4F
RGB
CMYK
RGB Variations
Color information
#3FED4F (or 0x3FED4F) is known color: Lime Green. HEX triplet: 3F, ED and 4F. RGB value is (63,237,79). Sum of RGB (Red+Green+Blue) = 63+237+79=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 237 (92.97% from 255 or 62.53% from 379); Blue value is 79 (31.25% from 255 or 20.84% from 379); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED4F is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #3FED4F is #C012B0. Grayscale: #A7A7A7. Windows color (decimal): -12587697 or 5238079. OLE color: 5238079.
HSL color Cylindrical-coordinate representation of color #3FED4F: hue angle of 125.52º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FED4F is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 79 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.07 |
| HSL | 125.52º | 0.83% | 0.59% | - |
| HSV(B) | 125.52º | 0.73% | 0.93% | - |
| XYZ | 33.75 | 62.19 | 17.62 | - |
| YUV | 166.96 | 78.35 | 53.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 79 | 0.73 | 0 | 0.67 | 0.07 | 125.52 | 0.83 | 0.59 |
| Hex | 3F | ED | 4F | 49 | 0 | 43 | 7 | 7E | 53 | 3B |
| Octal | 77 | 355 | 117 | 111 | 0 | 103 | 7 | 176 | 123 | 73 |
| Binary | 111111 | 11101101 | 1001111 | 1001001 | 0 | 1000011 | 111 | 1111110 | 1010011 | 111011 |
Color Harmonies of #3FED4F
Complementary color
Monochromatic Colors of #3FED4F
Black with #3FED4F
Text Example
Text Example
White with #3FED4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED4F; }
p { color: rgb(63,237,79); }
H1.HeaderClassName
{
color: #3FED4F;
}
.AnyTagClassName
{
color: #3FED4F;
}
</style>
background-color css
<style>
a { background-color: #3FED4F; }
a { background-color: rgb(63,237,79); }
div.DivClassName
{
background-color: #3FED4F;
}
.BgClassName
{
background-color: #3FED4F;
}
</style>
border-color css
<style>
span { border-color: #3FED4F; }
span { border-color: rgb(63,237,79); }
td.TdClassName
{
border-color: #3FED4F;
}
.TagClassName
{
border-color: #3FED4F;
}
</style>