Shades of Lime Green #39D138
Tints of Lime Green #39D138
RGB
CMYK
RGB Variations
Color information
#39D138 (or 0x39D138) is known color: Lime Green. HEX triplet: 39, D1 and 38. RGB value is (57,209,56). Sum of RGB (Red+Green+Blue) = 57+209+56=322 (42% of max value = 765). Red value is 57 (22.66% from 255 or 17.70% from 322); Green value is 209 (82.03% from 255 or 64.91% from 322); Blue value is 56 (22.27% from 255 or 17.39% from 322); Max value from RGB is 209 - color contains mainly: green. Hex color #39D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #39D138 is #C62EC7. Grayscale: #929292. Windows color (decimal): -12988104 or 3723577. OLE color: 3723577.
HSL color Cylindrical-coordinate representation of color #39D138: hue angle of 119.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #39D138 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 57 | 209 | 56 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.18 |
| HSL | 119.61º | 0.62% | 0.52% | - |
| HSV(B) | 119.61º | 0.73% | 0.82% | - |
| XYZ | 25.2 | 46.76 | 11.44 | - |
| YUV | 146.11 | 77.14 | 64.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 209 | 56 | 0.73 | 0 | 0.73 | 0.18 | 119.61 | 0.62 | 0.52 |
| Hex | 39 | D1 | 38 | 49 | 0 | 49 | 12 | 78 | 3E | 34 |
| Octal | 71 | 321 | 70 | 111 | 0 | 111 | 22 | 170 | 76 | 64 |
| Binary | 111001 | 11010001 | 111000 | 1001001 | 0 | 1001001 | 10010 | 1111000 | 111110 | 110100 |
Color Harmonies of #39D138
Complementary color
Monochromatic Colors of #39D138
Black with #39D138
Text Example
Text Example
White with #39D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39D138; }
p { color: rgb(57,209,56); }
H1.HeaderClassName
{
color: #39D138;
}
.AnyTagClassName
{
color: #39D138;
}
</style>
background-color css
<style>
a { background-color: #39D138; }
a { background-color: rgb(57,209,56); }
div.DivClassName
{
background-color: #39D138;
}
.BgClassName
{
background-color: #39D138;
}
</style>
border-color css
<style>
span { border-color: #39D138; }
span { border-color: rgb(57,209,56); }
td.TdClassName
{
border-color: #39D138;
}
.TagClassName
{
border-color: #39D138;
}
</style>