Shades of Lime Green #36C026
Tints of Lime Green #36C026
RGB
CMYK
RGB Variations
Color information
#36C026 (or 0x36C026) is known color: Lime Green. HEX triplet: 36, C0 and 26. RGB value is (54,192,38). Sum of RGB (Red+Green+Blue) = 54+192+38=284 (37% of max value = 765). Red value is 54 (21.48% from 255 or 19.01% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #36C026 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C026 is #C93FD9. Grayscale: #858585. Windows color (decimal): -13189082 or 2539574. OLE color: 2539574.
HSL color Cylindrical-coordinate representation of color #36C026: hue angle of 113.77º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36C026 is Cyan = 0.72, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 192 | 38 | - |
| CMYK | 0.72 | 0 | 0.80 | 0.25 |
| HSL | 113.77º | 0.67% | 0.45% | - |
| HSV(B) | 113.77º | 0.8% | 0.75% | - |
| XYZ | 20.72 | 38.62 | 8.2 | - |
| YUV | 133.18 | 74.28 | 71.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 192 | 38 | 0.72 | 0 | 0.80 | 0.25 | 113.77 | 0.67 | 0.45 |
| Hex | 36 | C0 | 26 | 48 | 0 | 50 | 19 | 72 | 43 | 2D |
| Octal | 66 | 300 | 46 | 110 | 0 | 120 | 31 | 162 | 103 | 55 |
| Binary | 110110 | 11000000 | 100110 | 1001000 | 0 | 1010000 | 11001 | 1110010 | 1000011 | 101101 |
Color Harmonies of #36C026
Complementary color
Monochromatic Colors of #36C026
Black with #36C026
Text Example
Text Example
White with #36C026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C026; }
p { color: rgb(54,192,38); }
H1.HeaderClassName
{
color: #36C026;
}
.AnyTagClassName
{
color: #36C026;
}
</style>
background-color css
<style>
a { background-color: #36C026; }
a { background-color: rgb(54,192,38); }
div.DivClassName
{
background-color: #36C026;
}
.BgClassName
{
background-color: #36C026;
}
</style>
border-color css
<style>
span { border-color: #36C026; }
span { border-color: rgb(54,192,38); }
td.TdClassName
{
border-color: #36C026;
}
.TagClassName
{
border-color: #36C026;
}
</style>