Shades of Lime Green #36D138
Tints of Lime Green #36D138
RGB
CMYK
RGB Variations
Color information
#36D138 (or 0x36D138) is known color: Lime Green. HEX triplet: 36, D1 and 38. RGB value is (54,209,56). Sum of RGB (Red+Green+Blue) = 54+209+56=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 209 (82.03% from 255 or 65.52% from 319); Blue value is 56 (22.27% from 255 or 17.55% from 319); Max value from RGB is 209 - color contains mainly: green. Hex color #36D138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D138 is #C92EC7. Grayscale: #919191. Windows color (decimal): -13184712 or 3723574. OLE color: 3723574.
HSL color Cylindrical-coordinate representation of color #36D138: hue angle of 120.77º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D138 is Cyan = 0.74, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 54 | 209 | 56 | - |
| CMYK | 0.74 | 0 | 0.73 | 0.18 |
| HSL | 120.77º | 0.63% | 0.52% | - |
| HSV(B) | 120.77º | 0.74% | 0.82% | - |
| XYZ | 25.04 | 46.67 | 11.43 | - |
| YUV | 145.21 | 77.65 | 62.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 209 | 56 | 0.74 | 0 | 0.73 | 0.18 | 120.77 | 0.63 | 0.52 |
| Hex | 36 | D1 | 38 | 4A | 0 | 49 | 12 | 79 | 3F | 34 |
| Octal | 66 | 321 | 70 | 112 | 0 | 111 | 22 | 171 | 77 | 64 |
| Binary | 110110 | 11010001 | 111000 | 1001010 | 0 | 1001001 | 10010 | 1111001 | 111111 | 110100 |
Color Harmonies of #36D138
Complementary color
Monochromatic Colors of #36D138
Black with #36D138
Text Example
Text Example
White with #36D138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D138; }
p { color: rgb(54,209,56); }
H1.HeaderClassName
{
color: #36D138;
}
.AnyTagClassName
{
color: #36D138;
}
</style>
background-color css
<style>
a { background-color: #36D138; }
a { background-color: rgb(54,209,56); }
div.DivClassName
{
background-color: #36D138;
}
.BgClassName
{
background-color: #36D138;
}
</style>
border-color css
<style>
span { border-color: #36D138; }
span { border-color: rgb(54,209,56); }
td.TdClassName
{
border-color: #36D138;
}
.TagClassName
{
border-color: #36D138;
}
</style>