Shades of Lime Green #3FE749
Tints of Lime Green #3FE749
RGB
CMYK
RGB Variations
Color information
#3FE749 (or 0x3FE749) is known color: Lime Green. HEX triplet: 3F, E7 and 49. RGB value is (63,231,73). Sum of RGB (Red+Green+Blue) = 63+231+73=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 231 (90.62% from 255 or 62.94% from 367); Blue value is 73 (28.91% from 255 or 19.89% from 367); Max value from RGB is 231 - color contains mainly: green. Hex color #3FE749 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FE749 is #C018B6. Grayscale: #A3A3A3. Windows color (decimal): -12589239 or 4843327. OLE color: 4843327.
HSL color Cylindrical-coordinate representation of color #3FE749: hue angle of 123.57º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3FE749 is Cyan = 0.73, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 63 | 231 | 73 | - |
| CMYK | 0.73 | 0 | 0.68 | 0.09 |
| HSL | 123.57º | 0.78% | 0.58% | - |
| HSV(B) | 123.57º | 0.73% | 0.91% | - |
| XYZ | 31.83 | 58.69 | 15.95 | - |
| YUV | 162.76 | 77.34 | 56.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 231 | 73 | 0.73 | 0 | 0.68 | 0.09 | 123.57 | 0.78 | 0.58 |
| Hex | 3F | E7 | 49 | 49 | 0 | 44 | 9 | 7C | 4E | 3A |
| Octal | 77 | 347 | 111 | 111 | 0 | 104 | 11 | 174 | 116 | 72 |
| Binary | 111111 | 11100111 | 1001001 | 1001001 | 0 | 1000100 | 1001 | 1111100 | 1001110 | 111010 |
Color Harmonies of #3FE749
Complementary color
Monochromatic Colors of #3FE749
Black with #3FE749
Text Example
Text Example
White with #3FE749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FE749; }
p { color: rgb(63,231,73); }
H1.HeaderClassName
{
color: #3FE749;
}
.AnyTagClassName
{
color: #3FE749;
}
</style>
background-color css
<style>
a { background-color: #3FE749; }
a { background-color: rgb(63,231,73); }
div.DivClassName
{
background-color: #3FE749;
}
.BgClassName
{
background-color: #3FE749;
}
</style>
border-color css
<style>
span { border-color: #3FE749; }
span { border-color: rgb(63,231,73); }
td.TdClassName
{
border-color: #3FE749;
}
.TagClassName
{
border-color: #3FE749;
}
</style>