Shades of Lime Green #36D83D
Tints of Lime Green #36D83D
RGB
CMYK
RGB Variations
Color information
#36D83D (or 0x36D83D) is known color: Lime Green. HEX triplet: 36, D8 and 3D. RGB value is (54,216,61). Sum of RGB (Red+Green+Blue) = 54+216+61=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 216 (84.77% from 255 or 65.26% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 216 - color contains mainly: green. Hex color #36D83D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D83D is #C927C2. Grayscale: #969696. Windows color (decimal): -13182915 or 4053046. OLE color: 4053046.
HSL color Cylindrical-coordinate representation of color #36D83D: hue angle of 122.59º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D83D is Cyan = 0.75, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 54 | 216 | 61 | - |
| CMYK | 0.75 | 0 | 0.72 | 0.15 |
| HSL | 122.59º | 0.68% | 0.53% | - |
| HSV(B) | 122.59º | 0.75% | 0.85% | - |
| XYZ | 26.92 | 50.23 | 12.69 | - |
| YUV | 149.89 | 77.83 | 59.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 216 | 61 | 0.75 | 0 | 0.72 | 0.15 | 122.59 | 0.68 | 0.53 |
| Hex | 36 | D8 | 3D | 4B | 0 | 48 | F | 7B | 44 | 35 |
| Octal | 66 | 330 | 75 | 113 | 0 | 110 | 17 | 173 | 104 | 65 |
| Binary | 110110 | 11011000 | 111101 | 1001011 | 0 | 1001000 | 1111 | 1111011 | 1000100 | 110101 |
Color Harmonies of #36D83D
Complementary color
Monochromatic Colors of #36D83D
Black with #36D83D
Text Example
Text Example
White with #36D83D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D83D; }
p { color: rgb(54,216,61); }
H1.HeaderClassName
{
color: #36D83D;
}
.AnyTagClassName
{
color: #36D83D;
}
</style>
background-color css
<style>
a { background-color: #36D83D; }
a { background-color: rgb(54,216,61); }
div.DivClassName
{
background-color: #36D83D;
}
.BgClassName
{
background-color: #36D83D;
}
</style>
border-color css
<style>
span { border-color: #36D83D; }
span { border-color: rgb(54,216,61); }
td.TdClassName
{
border-color: #36D83D;
}
.TagClassName
{
border-color: #36D83D;
}
</style>