Shades of Lime Green #3FF041
Tints of Lime Green #3FF041
RGB
CMYK
RGB Variations
Color information
#3FF041 (or 0x3FF041) is known color: Lime Green. HEX triplet: 3F, F0 and 41. RGB value is (63,240,65). Sum of RGB (Red+Green+Blue) = 63+240+65=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 240 (94.14% from 255 or 65.22% from 368); Blue value is 65 (25.78% from 255 or 17.66% from 368); Max value from RGB is 240 - color contains mainly: green. Hex color #3FF041 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF041 is #C00FBE. Grayscale: #A7A7A7. Windows color (decimal): -12586943 or 4321343. OLE color: 4321343.
HSL color Cylindrical-coordinate representation of color #3FF041: hue angle of 120.68º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF041 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 63 | 240 | 65 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.06 |
| HSL | 120.68º | 0.86% | 0.59% | - |
| HSV(B) | 120.68º | 0.74% | 0.94% | - |
| XYZ | 34.16 | 63.76 | 15.51 | - |
| YUV | 167.13 | 70.36 | 53.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 240 | 65 | 0.74 | 0 | 0.73 | 0.06 | 120.68 | 0.86 | 0.59 |
| Hex | 3F | F0 | 41 | 4A | 0 | 49 | 6 | 79 | 56 | 3B |
| Octal | 77 | 360 | 101 | 112 | 0 | 111 | 6 | 171 | 126 | 73 |
| Binary | 111111 | 11110000 | 1000001 | 1001010 | 0 | 1001001 | 110 | 1111001 | 1010110 | 111011 |
Color Harmonies of #3FF041
Complementary color
Monochromatic Colors of #3FF041
Black with #3FF041
Text Example
Text Example
White with #3FF041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF041; }
p { color: rgb(63,240,65); }
H1.HeaderClassName
{
color: #3FF041;
}
.AnyTagClassName
{
color: #3FF041;
}
</style>
background-color css
<style>
a { background-color: #3FF041; }
a { background-color: rgb(63,240,65); }
div.DivClassName
{
background-color: #3FF041;
}
.BgClassName
{
background-color: #3FF041;
}
</style>
border-color css
<style>
span { border-color: #3FF041; }
span { border-color: rgb(63,240,65); }
td.TdClassName
{
border-color: #3FF041;
}
.TagClassName
{
border-color: #3FF041;
}
</style>