Shades of Lime Green #36C121
Tints of Lime Green #36C121
RGB
CMYK
RGB Variations
Color information
#36C121 (or 0x36C121) is known color: Lime Green. HEX triplet: 36, C1 and 21. RGB value is (54,193,33). Sum of RGB (Red+Green+Blue) = 54+193+33=280 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.29% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 33 (13.28% from 255 or 11.79% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #36C121 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C121 is #C93EDE. Grayscale: #858585. Windows color (decimal): -13188831 or 2212150. OLE color: 2212150.
HSL color Cylindrical-coordinate representation of color #36C121: hue angle of 112.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #36C121 is Cyan = 0.72, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 193 | 33 | - |
| CMYK | 0.72 | 0 | 0.83 | 0.24 |
| HSL | 112.13º | 0.71% | 0.44% | - |
| HSV(B) | 112.13º | 0.83% | 0.76% | - |
| XYZ | 20.87 | 39.03 | 7.87 | - |
| YUV | 133.2 | 71.45 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 193 | 33 | 0.72 | 0 | 0.83 | 0.24 | 112.13 | 0.71 | 0.44 |
| Hex | 36 | C1 | 21 | 48 | 0 | 53 | 18 | 70 | 47 | 2C |
| Octal | 66 | 301 | 41 | 110 | 0 | 123 | 30 | 160 | 107 | 54 |
| Binary | 110110 | 11000001 | 100001 | 1001000 | 0 | 1010011 | 11000 | 1110000 | 1000111 | 101100 |
Color Harmonies of #36C121
Complementary color
Monochromatic Colors of #36C121
Black with #36C121
Text Example
Text Example
White with #36C121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C121; }
p { color: rgb(54,193,33); }
H1.HeaderClassName
{
color: #36C121;
}
.AnyTagClassName
{
color: #36C121;
}
</style>
background-color css
<style>
a { background-color: #36C121; }
a { background-color: rgb(54,193,33); }
div.DivClassName
{
background-color: #36C121;
}
.BgClassName
{
background-color: #36C121;
}
</style>
border-color css
<style>
span { border-color: #36C121; }
span { border-color: rgb(54,193,33); }
td.TdClassName
{
border-color: #36C121;
}
.TagClassName
{
border-color: #36C121;
}
</style>