Shades of Lime Green #36E242
Tints of Lime Green #36E242
RGB
CMYK
RGB Variations
Color information
#36E242 (or 0x36E242) is known color: Lime Green. HEX triplet: 36, E2 and 42. RGB value is (54,226,66). Sum of RGB (Red+Green+Blue) = 54+226+66=346 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.61% from 346); Green value is 226 (88.67% from 255 or 65.32% from 346); Blue value is 66 (26.17% from 255 or 19.08% from 346); Max value from RGB is 226 - color contains mainly: green. Hex color #36E242 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E242 is #C91DBD. Grayscale: #9C9C9C. Windows color (decimal): -13180350 or 4383286. OLE color: 4383286.
HSL color Cylindrical-coordinate representation of color #36E242: hue angle of 124.19º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E242 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 54 | 226 | 66 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.11 |
| HSL | 124.19º | 0.75% | 0.55% | - |
| HSV(B) | 124.19º | 0.76% | 0.89% | - |
| XYZ | 29.7 | 55.57 | 14.32 | - |
| YUV | 156.33 | 77.02 | 55.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 226 | 66 | 0.76 | 0 | 0.71 | 0.11 | 124.19 | 0.75 | 0.55 |
| Hex | 36 | E2 | 42 | 4C | 0 | 47 | B | 7C | 4B | 37 |
| Octal | 66 | 342 | 102 | 114 | 0 | 107 | 13 | 174 | 113 | 67 |
| Binary | 110110 | 11100010 | 1000010 | 1001100 | 0 | 1000111 | 1011 | 1111100 | 1001011 | 110111 |
Color Harmonies of #36E242
Complementary color
Monochromatic Colors of #36E242
Black with #36E242
Text Example
Text Example
White with #36E242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E242; }
p { color: rgb(54,226,66); }
H1.HeaderClassName
{
color: #36E242;
}
.AnyTagClassName
{
color: #36E242;
}
</style>
background-color css
<style>
a { background-color: #36E242; }
a { background-color: rgb(54,226,66); }
div.DivClassName
{
background-color: #36E242;
}
.BgClassName
{
background-color: #36E242;
}
</style>
border-color css
<style>
span { border-color: #36E242; }
span { border-color: rgb(54,226,66); }
td.TdClassName
{
border-color: #36E242;
}
.TagClassName
{
border-color: #36E242;
}
</style>