Shades of Lime Green #36C138
Tints of Lime Green #36C138
RGB
CMYK
RGB Variations
Color information
#36C138 (or 0x36C138) is known color: Lime Green. HEX triplet: 36, C1 and 38. RGB value is (54,193,56). Sum of RGB (Red+Green+Blue) = 54+193+56=303 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.82% from 303); Green value is 193 (75.78% from 255 or 63.70% from 303); Blue value is 56 (22.27% from 255 or 18.48% from 303); Max value from RGB is 193 - color contains mainly: green. Hex color #36C138 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C138 is #C93EC7. Grayscale: #888888. Windows color (decimal): -13188808 or 3719478. OLE color: 3719478.
HSL color Cylindrical-coordinate representation of color #36C138: hue angle of 120.86º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C138 is Cyan = 0.72, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 193 | 56 | - |
| CMYK | 0.72 | 0 | 0.71 | 0.24 |
| HSL | 120.86º | 0.56% | 0.48% | - |
| HSV(B) | 120.86º | 0.72% | 0.76% | - |
| XYZ | 21.31 | 39.21 | 10.19 | - |
| YUV | 135.82 | 82.95 | 69.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 56 | 0.72 | 0 | 0.71 | 0.24 | 120.86 | 0.56 | 0.48 |
| Hex | 36 | C1 | 38 | 48 | 0 | 47 | 18 | 79 | 38 | 30 |
| Octal | 66 | 301 | 70 | 110 | 0 | 107 | 30 | 171 | 70 | 60 |
| Binary | 110110 | 11000001 | 111000 | 1001000 | 0 | 1000111 | 11000 | 1111001 | 111000 | 110000 |
Color Harmonies of #36C138
Complementary color
Monochromatic Colors of #36C138
Black with #36C138
Text Example
Text Example
White with #36C138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C138; }
p { color: rgb(54,193,56); }
H1.HeaderClassName
{
color: #36C138;
}
.AnyTagClassName
{
color: #36C138;
}
</style>
background-color css
<style>
a { background-color: #36C138; }
a { background-color: rgb(54,193,56); }
div.DivClassName
{
background-color: #36C138;
}
.BgClassName
{
background-color: #36C138;
}
</style>
border-color css
<style>
span { border-color: #36C138; }
span { border-color: rgb(54,193,56); }
td.TdClassName
{
border-color: #36C138;
}
.TagClassName
{
border-color: #36C138;
}
</style>