Shades of Lime Green #36D753
Tints of Lime Green #36D753
RGB
CMYK
RGB Variations
Color information
#36D753 (or 0x36D753) is known color: Lime Green. HEX triplet: 36, D7 and 53. RGB value is (54,215,83). Sum of RGB (Red+Green+Blue) = 54+215+83=352 (46% of max value = 765). Red value is 54 (21.48% from 255 or 15.34% from 352); Green value is 215 (84.38% from 255 or 61.08% from 352); Blue value is 83 (32.81% from 255 or 23.58% from 352); Max value from RGB is 215 - color contains mainly: green. Hex color #36D753 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36D753 is #C928AC. Grayscale: #989898. Windows color (decimal): -13183149 or 5494582. OLE color: 5494582.
HSL color Cylindrical-coordinate representation of color #36D753: hue angle of 130.81º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D753 is Cyan = 0.75, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 215 | 83 | - |
| CMYK | 0.75 | 0 | 0.61 | 0.16 |
| HSL | 130.81º | 0.67% | 0.53% | - |
| HSV(B) | 130.81º | 0.75% | 0.84% | - |
| XYZ | 27.38 | 50.01 | 16.39 | - |
| YUV | 151.81 | 89.16 | 58.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 215 | 83 | 0.75 | 0 | 0.61 | 0.16 | 130.81 | 0.67 | 0.53 |
| Hex | 36 | D7 | 53 | 4B | 0 | 3D | 10 | 83 | 43 | 35 |
| Octal | 66 | 327 | 123 | 113 | 0 | 75 | 20 | 203 | 103 | 65 |
| Binary | 110110 | 11010111 | 1010011 | 1001011 | 0 | 111101 | 10000 | 10000011 | 1000011 | 110101 |
Color Harmonies of #36D753
Complementary color
Monochromatic Colors of #36D753
Black with #36D753
Text Example
Text Example
White with #36D753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D753; }
p { color: rgb(54,215,83); }
H1.HeaderClassName
{
color: #36D753;
}
.AnyTagClassName
{
color: #36D753;
}
</style>
background-color css
<style>
a { background-color: #36D753; }
a { background-color: rgb(54,215,83); }
div.DivClassName
{
background-color: #36D753;
}
.BgClassName
{
background-color: #36D753;
}
</style>
border-color css
<style>
span { border-color: #36D753; }
span { border-color: rgb(54,215,83); }
td.TdClassName
{
border-color: #36D753;
}
.TagClassName
{
border-color: #36D753;
}
</style>