Shades of Lime Green #3FED46
Tints of Lime Green #3FED46
RGB
CMYK
RGB Variations
Color information
#3FED46 (or 0x3FED46) is known color: Lime Green. HEX triplet: 3F, ED and 46. RGB value is (63,237,70). Sum of RGB (Red+Green+Blue) = 63+237+70=370 (49% of max value = 765). Red value is 63 (25% from 255 or 17.03% from 370); Green value is 237 (92.97% from 255 or 64.05% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 237 - color contains mainly: green. Hex color #3FED46 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FED46 is #C012B9. Grayscale: #A6A6A6. Windows color (decimal): -12587706 or 4648255. OLE color: 4648255.
HSL color Cylindrical-coordinate representation of color #3FED46: hue angle of 122.41º 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 #3FED46 is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 63 | 237 | 70 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.07 |
| HSL | 122.41º | 0.83% | 0.59% | - |
| HSV(B) | 122.41º | 0.73% | 0.93% | - |
| XYZ | 33.44 | 62.07 | 16.01 | - |
| YUV | 165.94 | 73.85 | 54.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 237 | 70 | 0.73 | 0 | 0.70 | 0.07 | 122.41 | 0.83 | 0.59 |
| Hex | 3F | ED | 46 | 49 | 0 | 46 | 7 | 7A | 53 | 3B |
| Octal | 77 | 355 | 106 | 111 | 0 | 106 | 7 | 172 | 123 | 73 |
| Binary | 111111 | 11101101 | 1000110 | 1001001 | 0 | 1000110 | 111 | 1111010 | 1010011 | 111011 |
Color Harmonies of #3FED46
Complementary color
Monochromatic Colors of #3FED46
Black with #3FED46
Text Example
Text Example
White with #3FED46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FED46; }
p { color: rgb(63,237,70); }
H1.HeaderClassName
{
color: #3FED46;
}
.AnyTagClassName
{
color: #3FED46;
}
</style>
background-color css
<style>
a { background-color: #3FED46; }
a { background-color: rgb(63,237,70); }
div.DivClassName
{
background-color: #3FED46;
}
.BgClassName
{
background-color: #3FED46;
}
</style>
border-color css
<style>
span { border-color: #3FED46; }
span { border-color: rgb(63,237,70); }
td.TdClassName
{
border-color: #3FED46;
}
.TagClassName
{
border-color: #3FED46;
}
</style>