Shades of Lime Green #3FED4C
Tints of Lime Green #3FED4C
RGB
CMYK
RGB Variations
Color information
#3FED4C (or 0x3FED4C) is known color: Lime Green. HEX triplet: 3F, ED and 4C. RGB value is (63,237,76). Sum of RGB (Red+Green+Blue) = 63+237+76=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 237 (92.97% from 255 or 63.03% from 376); Blue value is 76 (30.08% from 255 or 20.21% from 376); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED4C is #C012B3. Grayscale: #A7A7A7. Windows color (decimal): -12587700 or 5041471. OLE color: 5041471.
HSL color Cylindrical-coordinate representation of color #3FED4C: hue angle of 124.48º 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 #3FED4C is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 76 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.07 |
| HSL | 124.48º | 0.83% | 0.59% | - |
| HSV(B) | 124.48º | 0.73% | 0.93% | - |
| XYZ | 33.64 | 62.15 | 17.06 | - |
| YUV | 166.62 | 76.85 | 54.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 76 | 0.73 | 0 | 0.68 | 0.07 | 124.48 | 0.83 | 0.59 |
| Hex | 3F | ED | 4C | 49 | 0 | 44 | 7 | 7C | 53 | 3B |
| Octal | 77 | 355 | 114 | 111 | 0 | 104 | 7 | 174 | 123 | 73 |
| Binary | 111111 | 11101101 | 1001100 | 1001001 | 0 | 1000100 | 111 | 1111100 | 1010011 | 111011 |
Color Harmonies of #3FED4C
Complementary color
Monochromatic Colors of #3FED4C
Black with #3FED4C
Text Example
Text Example
White with #3FED4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED4C; }
p { color: rgb(63,237,76); }
H1.HeaderClassName
{
color: #3FED4C;
}
.AnyTagClassName
{
color: #3FED4C;
}
</style>
background-color css
<style>
a { background-color: #3FED4C; }
a { background-color: rgb(63,237,76); }
div.DivClassName
{
background-color: #3FED4C;
}
.BgClassName
{
background-color: #3FED4C;
}
</style>
border-color css
<style>
span { border-color: #3FED4C; }
span { border-color: rgb(63,237,76); }
td.TdClassName
{
border-color: #3FED4C;
}
.TagClassName
{
border-color: #3FED4C;
}
</style>