Shades of Lime Green #3FF741
Tints of Lime Green #3FF741
RGB
CMYK
RGB Variations
Color information
#3FF741 (or 0x3FF741) is known color: Lime Green. HEX triplet: 3F, F7 and 41. RGB value is (63,247,65). Sum of RGB (Red+Green+Blue) = 63+247+65=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 247 (96.88% from 255 or 65.87% from 375); Blue value is 65 (25.78% from 255 or 17.33% from 375); Max value from RGB is 247 - color contains mainly: green. Hex color #3FF741 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF741 is #C008BE. Grayscale: #ABABAB. Windows color (decimal): -12585151 or 4323135. OLE color: 4323135.
HSL color Cylindrical-coordinate representation of color #3FF741: hue angle of 120.65º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3FF741 is Cyan = 0.74, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 63 | 247 | 65 | - |
| CMYK | 0.74 | 0 | 0.74 | 0.03 |
| HSL | 120.65º | 0.92% | 0.61% | - |
| HSV(B) | 120.65º | 0.74% | 0.97% | - |
| XYZ | 36.26 | 67.96 | 16.21 | - |
| YUV | 171.24 | 68.04 | 50.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 247 | 65 | 0.74 | 0 | 0.74 | 0.03 | 120.65 | 0.92 | 0.61 |
| Hex | 3F | F7 | 41 | 4A | 0 | 4A | 3 | 79 | 5C | 3D |
| Octal | 77 | 367 | 101 | 112 | 0 | 112 | 3 | 171 | 134 | 75 |
| Binary | 111111 | 11110111 | 1000001 | 1001010 | 0 | 1001010 | 11 | 1111001 | 1011100 | 111101 |
Color Harmonies of #3FF741
Complementary color
Monochromatic Colors of #3FF741
Black with #3FF741
Text Example
Text Example
White with #3FF741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF741; }
p { color: rgb(63,247,65); }
H1.HeaderClassName
{
color: #3FF741;
}
.AnyTagClassName
{
color: #3FF741;
}
</style>
background-color css
<style>
a { background-color: #3FF741; }
a { background-color: rgb(63,247,65); }
div.DivClassName
{
background-color: #3FF741;
}
.BgClassName
{
background-color: #3FF741;
}
</style>
border-color css
<style>
span { border-color: #3FF741; }
span { border-color: rgb(63,247,65); }
td.TdClassName
{
border-color: #3FF741;
}
.TagClassName
{
border-color: #3FF741;
}
</style>