Shades of Lime Green #36E144
Tints of Lime Green #36E144
RGB
CMYK
RGB Variations
Color information
#36E144 (or 0x36E144) is known color: Lime Green. HEX triplet: 36, E1 and 44. RGB value is (54,225,68). Sum of RGB (Red+Green+Blue) = 54+225+68=347 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.56% from 347); Green value is 225 (88.28% from 255 or 64.84% from 347); Blue value is 68 (26.95% from 255 or 19.60% from 347); Max value from RGB is 225 - color contains mainly: green. Hex color #36E144 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36E144 is #C91EBB. Grayscale: #9C9C9C. Windows color (decimal): -13180604 or 4514102. OLE color: 4514102.
HSL color Cylindrical-coordinate representation of color #36E144: hue angle of 124.91º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #36E144 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 54 | 225 | 68 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.12 |
| HSL | 124.91º | 0.74% | 0.55% | - |
| HSV(B) | 124.91º | 0.76% | 0.88% | - |
| XYZ | 29.49 | 55.05 | 14.54 | - |
| YUV | 155.97 | 78.35 | 55.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 225 | 68 | 0.76 | 0 | 0.70 | 0.12 | 124.91 | 0.74 | 0.55 |
| Hex | 36 | E1 | 44 | 4C | 0 | 46 | C | 7D | 4A | 37 |
| Octal | 66 | 341 | 104 | 114 | 0 | 106 | 14 | 175 | 112 | 67 |
| Binary | 110110 | 11100001 | 1000100 | 1001100 | 0 | 1000110 | 1100 | 1111101 | 1001010 | 110111 |
Color Harmonies of #36E144
Complementary color
Monochromatic Colors of #36E144
Black with #36E144
Text Example
Text Example
White with #36E144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36E144; }
p { color: rgb(54,225,68); }
H1.HeaderClassName
{
color: #36E144;
}
.AnyTagClassName
{
color: #36E144;
}
</style>
background-color css
<style>
a { background-color: #36E144; }
a { background-color: rgb(54,225,68); }
div.DivClassName
{
background-color: #36E144;
}
.BgClassName
{
background-color: #36E144;
}
</style>
border-color css
<style>
span { border-color: #36E144; }
span { border-color: rgb(54,225,68); }
td.TdClassName
{
border-color: #36E144;
}
.TagClassName
{
border-color: #36E144;
}
</style>