Shades of Lime Green #36B53C
Tints of Lime Green #36B53C
RGB
CMYK
RGB Variations
Color information
#36B53C (or 0x36B53C) is known color: Lime Green. HEX triplet: 36, B5 and 3C. RGB value is (54,181,60). Sum of RGB (Red+Green+Blue) = 54+181+60=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #36B53C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36B53C is #C94AC3. Grayscale: #818181. Windows color (decimal): -13191876 or 3978550. OLE color: 3978550.
HSL color Cylindrical-coordinate representation of color #36B53C: hue angle of 122.83º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #36B53C is Cyan = 0.70, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 54 | 181 | 60 | - |
| CMYK | 0.70 | 0 | 0.67 | 0.29 |
| HSL | 122.83º | 0.54% | 0.46% | - |
| HSV(B) | 122.83º | 0.7% | 0.71% | - |
| XYZ | 18.86 | 34.16 | 9.87 | - |
| YUV | 129.23 | 88.92 | 74.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 181 | 60 | 0.70 | 0 | 0.67 | 0.29 | 122.83 | 0.54 | 0.46 |
| Hex | 36 | B5 | 3C | 46 | 0 | 43 | 1D | 7B | 36 | 2E |
| Octal | 66 | 265 | 74 | 106 | 0 | 103 | 35 | 173 | 66 | 56 |
| Binary | 110110 | 10110101 | 111100 | 1000110 | 0 | 1000011 | 11101 | 1111011 | 110110 | 101110 |
Color Harmonies of #36B53C
Complementary color
Monochromatic Colors of #36B53C
Black with #36B53C
Text Example
Text Example
White with #36B53C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36B53C; }
p { color: rgb(54,181,60); }
H1.HeaderClassName
{
color: #36B53C;
}
.AnyTagClassName
{
color: #36B53C;
}
</style>
background-color css
<style>
a { background-color: #36B53C; }
a { background-color: rgb(54,181,60); }
div.DivClassName
{
background-color: #36B53C;
}
.BgClassName
{
background-color: #36B53C;
}
</style>
border-color css
<style>
span { border-color: #36B53C; }
span { border-color: rgb(54,181,60); }
td.TdClassName
{
border-color: #36B53C;
}
.TagClassName
{
border-color: #36B53C;
}
</style>