Shades of Lime Green #3FF544
Tints of Lime Green #3FF544
RGB
CMYK
RGB Variations
Color information
#3FF544 (or 0x3FF544) is known color: Lime Green. HEX triplet: 3F, F5 and 44. RGB value is (63,245,68). Sum of RGB (Red+Green+Blue) = 63+245+68=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 245 (96.09% from 255 or 65.16% from 376); Blue value is 68 (26.95% from 255 or 18.09% from 376); Max value from RGB is 245 - color contains mainly: green. Hex color #3FF544 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #3FF544 is #C00ABB. Grayscale: #AAAAAA. Windows color (decimal): -12585660 or 4519231. OLE color: 4519231.
HSL color Cylindrical-coordinate representation of color #3FF544: hue angle of 121.65º degrees, saturation: 0.9, 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 #3FF544 is Cyan = 0.74, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 63 | 245 | 68 | - |
| CMYK | 0.74 | 0 | 0.72 | 0.04 |
| HSL | 121.65º | 0.9% | 0.6% | - |
| HSV(B) | 121.65º | 0.74% | 0.96% | - |
| XYZ | 35.75 | 66.78 | 16.47 | - |
| YUV | 170.4 | 70.2 | 51.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 245 | 68 | 0.74 | 0 | 0.72 | 0.04 | 121.65 | 0.9 | 0.6 |
| Hex | 3F | F5 | 44 | 4A | 0 | 48 | 4 | 7A | 5A | 3C |
| Octal | 77 | 365 | 104 | 112 | 0 | 110 | 4 | 172 | 132 | 74 |
| Binary | 111111 | 11110101 | 1000100 | 1001010 | 0 | 1001000 | 100 | 1111010 | 1011010 | 111100 |
Color Harmonies of #3FF544
Complementary color
Monochromatic Colors of #3FF544
Black with #3FF544
Text Example
Text Example
White with #3FF544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FF544; }
p { color: rgb(63,245,68); }
H1.HeaderClassName
{
color: #3FF544;
}
.AnyTagClassName
{
color: #3FF544;
}
</style>
background-color css
<style>
a { background-color: #3FF544; }
a { background-color: rgb(63,245,68); }
div.DivClassName
{
background-color: #3FF544;
}
.BgClassName
{
background-color: #3FF544;
}
</style>
border-color css
<style>
span { border-color: #3FF544; }
span { border-color: rgb(63,245,68); }
td.TdClassName
{
border-color: #3FF544;
}
.TagClassName
{
border-color: #3FF544;
}
</style>