Shades of Lime Green #36C93D
Tints of Lime Green #36C93D
RGB
CMYK
RGB Variations
Color information
#36C93D (or 0x36C93D) is known color: Lime Green. HEX triplet: 36, C9 and 3D. RGB value is (54,201,61). Sum of RGB (Red+Green+Blue) = 54+201+61=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 201 (78.91% from 255 or 63.61% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 201 - color contains mainly: green. Hex color #36C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C93D is #C936C2. Grayscale: #8D8D8D. Windows color (decimal): -13186755 or 4049206. OLE color: 4049206.
HSL color Cylindrical-coordinate representation of color #36C93D: hue angle of 122.86º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C93D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 61 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.21 |
| HSL | 122.86º | 0.58% | 0.5% | - |
| HSV(B) | 122.86º | 0.73% | 0.79% | - |
| XYZ | 23.25 | 42.89 | 11.47 | - |
| YUV | 141.09 | 82.8 | 65.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 61 | 0.73 | 0 | 0.70 | 0.21 | 122.86 | 0.58 | 0.5 |
| Hex | 36 | C9 | 3D | 49 | 0 | 46 | 15 | 7B | 3A | 32 |
| Octal | 66 | 311 | 75 | 111 | 0 | 106 | 25 | 173 | 72 | 62 |
| Binary | 110110 | 11001001 | 111101 | 1001001 | 0 | 1000110 | 10101 | 1111011 | 111010 | 110010 |
Color Harmonies of #36C93D
Complementary color
Monochromatic Colors of #36C93D
Black with #36C93D
Text Example
Text Example
White with #36C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C93D; }
p { color: rgb(54,201,61); }
H1.HeaderClassName
{
color: #36C93D;
}
.AnyTagClassName
{
color: #36C93D;
}
</style>
background-color css
<style>
a { background-color: #36C93D; }
a { background-color: rgb(54,201,61); }
div.DivClassName
{
background-color: #36C93D;
}
.BgClassName
{
background-color: #36C93D;
}
</style>
border-color css
<style>
span { border-color: #36C93D; }
span { border-color: rgb(54,201,61); }
td.TdClassName
{
border-color: #36C93D;
}
.TagClassName
{
border-color: #36C93D;
}
</style>