Shades of Lime Green #36C642
Tints of Lime Green #36C642
RGB
CMYK
RGB Variations
Color information
#36C642 (or 0x36C642) is known color: Lime Green. HEX triplet: 36, C6 and 42. RGB value is (54,198,66). Sum of RGB (Red+Green+Blue) = 54+198+66=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 198 (77.73% from 255 or 62.26% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 198 - color contains mainly: green. Hex color #36C642 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C642 is #C939BD. Grayscale: #8C8C8C. Windows color (decimal): -13187518 or 4376118. OLE color: 4376118.
HSL color Cylindrical-coordinate representation of color #36C642: hue angle of 125º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C642 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 198 | 66 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.22 |
| HSL | 125º | 0.57% | 0.49% | - |
| HSV(B) | 125º | 0.73% | 0.78% | - |
| XYZ | 22.7 | 41.57 | 11.98 | - |
| YUV | 139.9 | 86.29 | 66.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 198 | 66 | 0.73 | 0 | 0.67 | 0.22 | 125 | 0.57 | 0.49 |
| Hex | 36 | C6 | 42 | 49 | 0 | 43 | 16 | 7D | 39 | 31 |
| Octal | 66 | 306 | 102 | 111 | 0 | 103 | 26 | 175 | 71 | 61 |
| Binary | 110110 | 11000110 | 1000010 | 1001001 | 0 | 1000011 | 10110 | 1111101 | 111001 | 110001 |
Color Harmonies of #36C642
Complementary color
Monochromatic Colors of #36C642
Black with #36C642
Text Example
Text Example
White with #36C642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C642; }
p { color: rgb(54,198,66); }
H1.HeaderClassName
{
color: #36C642;
}
.AnyTagClassName
{
color: #36C642;
}
</style>
background-color css
<style>
a { background-color: #36C642; }
a { background-color: rgb(54,198,66); }
div.DivClassName
{
background-color: #36C642;
}
.BgClassName
{
background-color: #36C642;
}
</style>
border-color css
<style>
span { border-color: #36C642; }
span { border-color: rgb(54,198,66); }
td.TdClassName
{
border-color: #36C642;
}
.TagClassName
{
border-color: #36C642;
}
</style>