Shades of Lime Green #36BA45
Tints of Lime Green #36BA45
RGB
CMYK
RGB Variations
Color information
#36BA45 (or 0x36BA45) is known color: Lime Green. HEX triplet: 36, BA and 45. RGB value is (54,186,69). Sum of RGB (Red+Green+Blue) = 54+186+69=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 186 (73.05% from 255 or 60.19% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA45 is #C945BA. Grayscale: #858585. Windows color (decimal): -13190587 or 4569654. OLE color: 4569654.
HSL color Cylindrical-coordinate representation of color #36BA45: hue angle of 126.82º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BA45 is Cyan = 0.71, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 69 | - |
| CMYK | 0.71 | 0 | 0.63 | 0.27 |
| HSL | 126.82º | 0.55% | 0.47% | - |
| HSV(B) | 126.82º | 0.71% | 0.73% | - |
| XYZ | 20.15 | 36.33 | 11.58 | - |
| YUV | 133.19 | 91.77 | 71.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 69 | 0.71 | 0 | 0.63 | 0.27 | 126.82 | 0.55 | 0.47 |
| Hex | 36 | BA | 45 | 47 | 0 | 3F | 1B | 7F | 37 | 2F |
| Octal | 66 | 272 | 105 | 107 | 0 | 77 | 33 | 177 | 67 | 57 |
| Binary | 110110 | 10111010 | 1000101 | 1000111 | 0 | 111111 | 11011 | 1111111 | 110111 | 101111 |
Color Harmonies of #36BA45
Complementary color
Monochromatic Colors of #36BA45
Black with #36BA45
Text Example
Text Example
White with #36BA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA45; }
p { color: rgb(54,186,69); }
H1.HeaderClassName
{
color: #36BA45;
}
.AnyTagClassName
{
color: #36BA45;
}
</style>
background-color css
<style>
a { background-color: #36BA45; }
a { background-color: rgb(54,186,69); }
div.DivClassName
{
background-color: #36BA45;
}
.BgClassName
{
background-color: #36BA45;
}
</style>
border-color css
<style>
span { border-color: #36BA45; }
span { border-color: rgb(54,186,69); }
td.TdClassName
{
border-color: #36BA45;
}
.TagClassName
{
border-color: #36BA45;
}
</style>