Shades of Lime Green #36D644
Tints of Lime Green #36D644
RGB
CMYK
RGB Variations
Color information
#36D644 (or 0x36D644) is known color: Lime Green. HEX triplet: 36, D6 and 44. RGB value is (54,214,68). Sum of RGB (Red+Green+Blue) = 54+214+68=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 214 (83.98% from 255 or 63.69% from 336); Blue value is 68 (26.95% from 255 or 20.24% from 336); Max value from RGB is 214 - color contains mainly: green. Hex color #36D644 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D644 is #C929BB. Grayscale: #959595. Windows color (decimal): -13183420 or 4511286. OLE color: 4511286.
HSL color Cylindrical-coordinate representation of color #36D644: hue angle of 125.25º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D644 is Cyan = 0.75, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 68 | - |
| CMYK | 0.75 | 0 | 0.68 | 0.16 |
| HSL | 125.25º | 0.66% | 0.53% | - |
| HSV(B) | 125.25º | 0.75% | 0.84% | - |
| XYZ | 26.61 | 49.29 | 13.58 | - |
| YUV | 149.52 | 81.99 | 59.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 68 | 0.75 | 0 | 0.68 | 0.16 | 125.25 | 0.66 | 0.53 |
| Hex | 36 | D6 | 44 | 4B | 0 | 44 | 10 | 7D | 42 | 35 |
| Octal | 66 | 326 | 104 | 113 | 0 | 104 | 20 | 175 | 102 | 65 |
| Binary | 110110 | 11010110 | 1000100 | 1001011 | 0 | 1000100 | 10000 | 1111101 | 1000010 | 110101 |
Color Harmonies of #36D644
Complementary color
Monochromatic Colors of #36D644
Black with #36D644
Text Example
Text Example
White with #36D644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D644; }
p { color: rgb(54,214,68); }
H1.HeaderClassName
{
color: #36D644;
}
.AnyTagClassName
{
color: #36D644;
}
</style>
background-color css
<style>
a { background-color: #36D644; }
a { background-color: rgb(54,214,68); }
div.DivClassName
{
background-color: #36D644;
}
.BgClassName
{
background-color: #36D644;
}
</style>
border-color css
<style>
span { border-color: #36D644; }
span { border-color: rgb(54,214,68); }
td.TdClassName
{
border-color: #36D644;
}
.TagClassName
{
border-color: #36D644;
}
</style>