Shades of Lime Green #36C226
Tints of Lime Green #36C226
RGB
CMYK
RGB Variations
Color information
#36C226 (or 0x36C226) is known color: Lime Green. HEX triplet: 36, C2 and 26. RGB value is (54,194,38). Sum of RGB (Red+Green+Blue) = 54+194+38=286 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.88% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #36C226 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C226 is #C93DD9. Grayscale: #868686. Windows color (decimal): -13188570 or 2540086. OLE color: 2540086.
HSL color Cylindrical-coordinate representation of color #36C226: hue angle of 113.85º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C226 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 54 | 194 | 38 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.24 |
| HSL | 113.85º | 0.67% | 0.45% | - |
| HSV(B) | 113.85º | 0.8% | 0.76% | - |
| XYZ | 21.16 | 39.51 | 8.34 | - |
| YUV | 134.36 | 73.62 | 70.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 194 | 38 | 0.72 | 0 | 0.80 | 0.24 | 113.85 | 0.67 | 0.45 |
| Hex | 36 | C2 | 26 | 48 | 0 | 50 | 18 | 72 | 43 | 2D |
| Octal | 66 | 302 | 46 | 110 | 0 | 120 | 30 | 162 | 103 | 55 |
| Binary | 110110 | 11000010 | 100110 | 1001000 | 0 | 1010000 | 11000 | 1110010 | 1000011 | 101101 |
Color Harmonies of #36C226
Complementary color
Monochromatic Colors of #36C226
Black with #36C226
Text Example
Text Example
White with #36C226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C226; }
p { color: rgb(54,194,38); }
H1.HeaderClassName
{
color: #36C226;
}
.AnyTagClassName
{
color: #36C226;
}
</style>
background-color css
<style>
a { background-color: #36C226; }
a { background-color: rgb(54,194,38); }
div.DivClassName
{
background-color: #36C226;
}
.BgClassName
{
background-color: #36C226;
}
</style>
border-color css
<style>
span { border-color: #36C226; }
span { border-color: rgb(54,194,38); }
td.TdClassName
{
border-color: #36C226;
}
.TagClassName
{
border-color: #36C226;
}
</style>