Shades of Lime Green #36C135
Tints of Lime Green #36C135
RGB
CMYK
RGB Variations
Color information
#36C135 (or 0x36C135) is known color: Lime Green. HEX triplet: 36, C1 and 35. RGB value is (54,193,53). Sum of RGB (Red+Green+Blue) = 54+193+53=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 193 (75.78% from 255 or 64.33% from 300); Blue value is 53 (21.09% from 255 or 17.67% from 300); Max value from RGB is 193 - color contains mainly: green. Hex color #36C135 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C135 is #C93ECA. Grayscale: #878787. Windows color (decimal): -13188811 or 3522870. OLE color: 3522870.
HSL color Cylindrical-coordinate representation of color #36C135: hue angle of 119.57º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C135 is Cyan = 0.72, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 193 | 53 | - |
| CMYK | 0.72 | 0 | 0.73 | 0.24 |
| HSL | 119.57º | 0.57% | 0.48% | - |
| HSV(B) | 119.57º | 0.73% | 0.76% | - |
| XYZ | 21.23 | 39.18 | 9.81 | - |
| YUV | 135.48 | 81.45 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 53 | 0.72 | 0 | 0.73 | 0.24 | 119.57 | 0.57 | 0.48 |
| Hex | 36 | C1 | 35 | 48 | 0 | 49 | 18 | 78 | 39 | 30 |
| Octal | 66 | 301 | 65 | 110 | 0 | 111 | 30 | 170 | 71 | 60 |
| Binary | 110110 | 11000001 | 110101 | 1001000 | 0 | 1001001 | 11000 | 1111000 | 111001 | 110000 |
Color Harmonies of #36C135
Complementary color
Monochromatic Colors of #36C135
Black with #36C135
Text Example
Text Example
White with #36C135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C135; }
p { color: rgb(54,193,53); }
H1.HeaderClassName
{
color: #36C135;
}
.AnyTagClassName
{
color: #36C135;
}
</style>
background-color css
<style>
a { background-color: #36C135; }
a { background-color: rgb(54,193,53); }
div.DivClassName
{
background-color: #36C135;
}
.BgClassName
{
background-color: #36C135;
}
</style>
border-color css
<style>
span { border-color: #36C135; }
span { border-color: rgb(54,193,53); }
td.TdClassName
{
border-color: #36C135;
}
.TagClassName
{
border-color: #36C135;
}
</style>