Shades of Lime Green #36BA23
Tints of Lime Green #36BA23
RGB
CMYK
RGB Variations
Color information
#36BA23 (or 0x36BA23) is known color: Lime Green. HEX triplet: 36, BA and 23. RGB value is (54,186,35). Sum of RGB (Red+Green+Blue) = 54+186+35=275 (36% of max value = 765). Red value is 54 (21.48% from 255 or 19.64% from 275); Green value is 186 (73.05% from 255 or 67.64% from 275); Blue value is 35 (14.06% from 255 or 12.73% from 275); Max value from RGB is 186 - color contains mainly: green. Hex color #36BA23 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BA23 is #C945DC. Grayscale: #818181. Windows color (decimal): -13190621 or 2341430. OLE color: 2341430.
HSL color Cylindrical-coordinate representation of color #36BA23: hue angle of 112.45º degrees, saturation: 0.68, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36BA23 is Cyan = 0.71, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 186 | 35 | - |
| CMYK | 0.71 | 0 | 0.81 | 0.27 |
| HSL | 112.45º | 0.68% | 0.43% | - |
| HSV(B) | 112.45º | 0.81% | 0.73% | - |
| XYZ | 19.38 | 36.02 | 7.52 | - |
| YUV | 129.32 | 74.77 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 186 | 35 | 0.71 | 0 | 0.81 | 0.27 | 112.45 | 0.68 | 0.43 |
| Hex | 36 | BA | 23 | 47 | 0 | 51 | 1B | 70 | 44 | 2B |
| Octal | 66 | 272 | 43 | 107 | 0 | 121 | 33 | 160 | 104 | 53 |
| Binary | 110110 | 10111010 | 100011 | 1000111 | 0 | 1010001 | 11011 | 1110000 | 1000100 | 101011 |
Color Harmonies of #36BA23
Complementary color
Monochromatic Colors of #36BA23
Black with #36BA23
Text Example
Text Example
White with #36BA23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BA23; }
p { color: rgb(54,186,35); }
H1.HeaderClassName
{
color: #36BA23;
}
.AnyTagClassName
{
color: #36BA23;
}
</style>
background-color css
<style>
a { background-color: #36BA23; }
a { background-color: rgb(54,186,35); }
div.DivClassName
{
background-color: #36BA23;
}
.BgClassName
{
background-color: #36BA23;
}
</style>
border-color css
<style>
span { border-color: #36BA23; }
span { border-color: rgb(54,186,35); }
td.TdClassName
{
border-color: #36BA23;
}
.TagClassName
{
border-color: #36BA23;
}
</style>