Shades of Lime Green #36D649
Tints of Lime Green #36D649
RGB
CMYK
RGB Variations
Color information
#36D649 (or 0x36D649) is known color: Lime Green. HEX triplet: 36, D6 and 49. RGB value is (54,214,73). Sum of RGB (Red+Green+Blue) = 54+214+73=341 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.84% from 341); Green value is 214 (83.98% from 255 or 62.76% from 341); Blue value is 73 (28.91% from 255 or 21.41% from 341); Max value from RGB is 214 - color contains mainly: green. Hex color #36D649 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D649 is #C929B6. Grayscale: #969696. Windows color (decimal): -13183415 or 4838966. OLE color: 4838966.
HSL color Cylindrical-coordinate representation of color #36D649: hue angle of 127.13º 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 #36D649 is Cyan = 0.75, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 73 | - |
| CMYK | 0.75 | 0 | 0.66 | 0.16 |
| HSL | 127.13º | 0.66% | 0.53% | - |
| HSV(B) | 127.13º | 0.75% | 0.84% | - |
| XYZ | 26.77 | 49.36 | 14.42 | - |
| YUV | 150.09 | 84.49 | 59.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 73 | 0.75 | 0 | 0.66 | 0.16 | 127.13 | 0.66 | 0.53 |
| Hex | 36 | D6 | 49 | 4B | 0 | 42 | 10 | 7F | 42 | 35 |
| Octal | 66 | 326 | 111 | 113 | 0 | 102 | 20 | 177 | 102 | 65 |
| Binary | 110110 | 11010110 | 1001001 | 1001011 | 0 | 1000010 | 10000 | 1111111 | 1000010 | 110101 |
Color Harmonies of #36D649
Complementary color
Monochromatic Colors of #36D649
Black with #36D649
Text Example
Text Example
White with #36D649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D649; }
p { color: rgb(54,214,73); }
H1.HeaderClassName
{
color: #36D649;
}
.AnyTagClassName
{
color: #36D649;
}
</style>
background-color css
<style>
a { background-color: #36D649; }
a { background-color: rgb(54,214,73); }
div.DivClassName
{
background-color: #36D649;
}
.BgClassName
{
background-color: #36D649;
}
</style>
border-color css
<style>
span { border-color: #36D649; }
span { border-color: rgb(54,214,73); }
td.TdClassName
{
border-color: #36D649;
}
.TagClassName
{
border-color: #36D649;
}
</style>