Shades of Lime Green #39F549
Tints of Lime Green #39F549
RGB
CMYK
RGB Variations
Color information
#39F549 (or 0x39F549) is known color: Lime Green. HEX triplet: 39, F5 and 49. RGB value is (57,245,73). Sum of RGB (Red+Green+Blue) = 57+245+73=375 (49% of max value = 765). Red value is 57 (22.66% from 255 or 15.2% from 375); Green value is 245 (96.09% from 255 or 65.33% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 245 - color contains mainly: green. Hex color #39F549 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #39F549 is #C60AB6. Grayscale: #A9A9A9. Windows color (decimal): -12978871 or 4846905. OLE color: 4846905.
HSL color Cylindrical-coordinate representation of color #39F549: hue angle of 125.11º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #39F549 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 57 | 245 | 73 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.04 |
| HSL | 125.11º | 0.9% | 0.59% | - |
| HSV(B) | 125.11º | 0.77% | 0.96% | - |
| XYZ | 35.54 | 66.66 | 17.3 | - |
| YUV | 169.18 | 73.72 | 47.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 245 | 73 | 0.77 | 0 | 0.70 | 0.04 | 125.11 | 0.9 | 0.59 |
| Hex | 39 | F5 | 49 | 4D | 0 | 46 | 4 | 7D | 5A | 3B |
| Octal | 71 | 365 | 111 | 115 | 0 | 106 | 4 | 175 | 132 | 73 |
| Binary | 111001 | 11110101 | 1001001 | 1001101 | 0 | 1000110 | 100 | 1111101 | 1011010 | 111011 |
Color Harmonies of #39F549
Complementary color
Monochromatic Colors of #39F549
Black with #39F549
Text Example
Text Example
White with #39F549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39F549; }
p { color: rgb(57,245,73); }
H1.HeaderClassName
{
color: #39F549;
}
.AnyTagClassName
{
color: #39F549;
}
</style>
background-color css
<style>
a { background-color: #39F549; }
a { background-color: rgb(57,245,73); }
div.DivClassName
{
background-color: #39F549;
}
.BgClassName
{
background-color: #39F549;
}
</style>
border-color css
<style>
span { border-color: #39F549; }
span { border-color: rgb(57,245,73); }
td.TdClassName
{
border-color: #39F549;
}
.TagClassName
{
border-color: #39F549;
}
</style>