Shades of Lime Green #3FF441
Tints of Lime Green #3FF441
RGB
CMYK
RGB Variations
Color information
#3FF441 (or 0x3FF441) is known color: Lime Green. HEX triplet: 3F, F4 and 41. RGB value is (63,244,65). Sum of RGB (Red+Green+Blue) = 63+244+65=372 (49% of max value = 765). Red value is 63 (25% from 255 or 16.94% from 372); Green value is 244 (95.70% from 255 or 65.59% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 244 - color contains mainly: green. Hex color #3FF441 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF441 is #C00BBE. Grayscale: #AAAAAA. Windows color (decimal): -12585919 or 4322367. OLE color: 4322367.
HSL color Cylindrical-coordinate representation of color #3FF441: hue angle of 120.66º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF441 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 244 | 65 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.04 |
| HSL | 120.66º | 0.89% | 0.6% | - |
| HSV(B) | 120.66º | 0.74% | 0.96% | - |
| XYZ | 35.35 | 66.14 | 15.9 | - |
| YUV | 169.48 | 69.03 | 52.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 244 | 65 | 0.74 | 0 | 0.73 | 0.04 | 120.66 | 0.89 | 0.6 |
| Hex | 3F | F4 | 41 | 4A | 0 | 49 | 4 | 79 | 59 | 3C |
| Octal | 77 | 364 | 101 | 112 | 0 | 111 | 4 | 171 | 131 | 74 |
| Binary | 111111 | 11110100 | 1000001 | 1001010 | 0 | 1001001 | 100 | 1111001 | 1011001 | 111100 |
Color Harmonies of #3FF441
Complementary color
Monochromatic Colors of #3FF441
Black with #3FF441
Text Example
Text Example
White with #3FF441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF441; }
p { color: rgb(63,244,65); }
H1.HeaderClassName
{
color: #3FF441;
}
.AnyTagClassName
{
color: #3FF441;
}
</style>
background-color css
<style>
a { background-color: #3FF441; }
a { background-color: rgb(63,244,65); }
div.DivClassName
{
background-color: #3FF441;
}
.BgClassName
{
background-color: #3FF441;
}
</style>
border-color css
<style>
span { border-color: #3FF441; }
span { border-color: rgb(63,244,65); }
td.TdClassName
{
border-color: #3FF441;
}
.TagClassName
{
border-color: #3FF441;
}
</style>