Shades of Lime Green #3FED31
Tints of Lime Green #3FED31
RGB
CMYK
RGB Variations
Color information
#3FED31 (or 0x3FED31) is known color: Lime Green. HEX triplet: 3F, ED and 31. RGB value is (63,237,49). Sum of RGB (Red+Green+Blue) = 63+237+49=349 (46% of max value = 765). Red value is 63 (25% from 255 or 18.05% from 349); Green value is 237 (92.97% from 255 or 67.91% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED31 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED31 is #C012CE. Grayscale: #A4A4A4. Windows color (decimal): -12587727 or 3271999. OLE color: 3271999.
HSL color Cylindrical-coordinate representation of color #3FED31: hue angle of 115.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3FED31 is Cyan = 0.73, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 49 | - |
| CMYK | 0.73 | 0 | 0.79 | 0.07 |
| HSL | 115.53º | 0.84% | 0.56% | - |
| HSV(B) | 115.53º | 0.79% | 0.93% | - |
| XYZ | 32.89 | 61.85 | 13.11 | - |
| YUV | 163.54 | 63.35 | 56.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 49 | 0.73 | 0 | 0.79 | 0.07 | 115.53 | 0.84 | 0.56 |
| Hex | 3F | ED | 31 | 49 | 0 | 4F | 7 | 74 | 54 | 38 |
| Octal | 77 | 355 | 61 | 111 | 0 | 117 | 7 | 164 | 124 | 70 |
| Binary | 111111 | 11101101 | 110001 | 1001001 | 0 | 1001111 | 111 | 1110100 | 1010100 | 111000 |
Color Harmonies of #3FED31
Complementary color
Monochromatic Colors of #3FED31
Black with #3FED31
Text Example
Text Example
White with #3FED31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED31; }
p { color: rgb(63,237,49); }
H1.HeaderClassName
{
color: #3FED31;
}
.AnyTagClassName
{
color: #3FED31;
}
</style>
background-color css
<style>
a { background-color: #3FED31; }
a { background-color: rgb(63,237,49); }
div.DivClassName
{
background-color: #3FED31;
}
.BgClassName
{
background-color: #3FED31;
}
</style>
border-color css
<style>
span { border-color: #3FED31; }
span { border-color: rgb(63,237,49); }
td.TdClassName
{
border-color: #3FED31;
}
.TagClassName
{
border-color: #3FED31;
}
</style>