Shades of Lime Green #36C145
Tints of Lime Green #36C145
RGB
CMYK
RGB Variations
Color information
#36C145 (or 0x36C145) is known color: Lime Green. HEX triplet: 36, C1 and 45. RGB value is (54,193,69). Sum of RGB (Red+Green+Blue) = 54+193+69=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 193 (75.78% from 255 or 61.08% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 193 - color contains mainly: green. Hex color #36C145 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C145 is #C93EBA. Grayscale: #898989. Windows color (decimal): -13188795 or 4571446. OLE color: 4571446.
HSL color Cylindrical-coordinate representation of color #36C145: hue angle of 126.47º 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 #36C145 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 193 | 69 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.24 |
| HSL | 126.47º | 0.56% | 0.48% | - |
| HSV(B) | 126.47º | 0.72% | 0.76% | - |
| XYZ | 21.67 | 39.35 | 12.08 | - |
| YUV | 137.3 | 89.45 | 68.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 69 | 0.72 | 0 | 0.64 | 0.24 | 126.47 | 0.56 | 0.48 |
| Hex | 36 | C1 | 45 | 48 | 0 | 40 | 18 | 7E | 38 | 30 |
| Octal | 66 | 301 | 105 | 110 | 0 | 100 | 30 | 176 | 70 | 60 |
| Binary | 110110 | 11000001 | 1000101 | 1001000 | 0 | 1000000 | 11000 | 1111110 | 111000 | 110000 |
Color Harmonies of #36C145
Complementary color
Monochromatic Colors of #36C145
Black with #36C145
Text Example
Text Example
White with #36C145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C145; }
p { color: rgb(54,193,69); }
H1.HeaderClassName
{
color: #36C145;
}
.AnyTagClassName
{
color: #36C145;
}
</style>
background-color css
<style>
a { background-color: #36C145; }
a { background-color: rgb(54,193,69); }
div.DivClassName
{
background-color: #36C145;
}
.BgClassName
{
background-color: #36C145;
}
</style>
border-color css
<style>
span { border-color: #36C145; }
span { border-color: rgb(54,193,69); }
td.TdClassName
{
border-color: #36C145;
}
.TagClassName
{
border-color: #36C145;
}
</style>