Shades of Lime Green #36BC41
Tints of Lime Green #36BC41
RGB
CMYK
RGB Variations
Color information
#36BC41 (or 0x36BC41) is known color: Lime Green. HEX triplet: 36, BC and 41. RGB value is (54,188,65). Sum of RGB (Red+Green+Blue) = 54+188+65=307 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.59% from 307); Green value is 188 (73.83% from 255 or 61.24% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 188 - color contains mainly: green. Hex color #36BC41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BC41 is #C943BE. Grayscale: #868686. Windows color (decimal): -13190079 or 4308022. OLE color: 4308022.
HSL color Cylindrical-coordinate representation of color #36BC41: hue angle of 124.93º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BC41 is Cyan = 0.71, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 188 | 65 | - |
| CMYK | 0.71 | 0 | 0.65 | 0.26 |
| HSL | 124.93º | 0.55% | 0.47% | - |
| HSV(B) | 124.93º | 0.71% | 0.74% | - |
| XYZ | 20.46 | 37.13 | 11.09 | - |
| YUV | 133.91 | 89.11 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 188 | 65 | 0.71 | 0 | 0.65 | 0.26 | 124.93 | 0.55 | 0.47 |
| Hex | 36 | BC | 41 | 47 | 0 | 41 | 1A | 7D | 37 | 2F |
| Octal | 66 | 274 | 101 | 107 | 0 | 101 | 32 | 175 | 67 | 57 |
| Binary | 110110 | 10111100 | 1000001 | 1000111 | 0 | 1000001 | 11010 | 1111101 | 110111 | 101111 |
Color Harmonies of #36BC41
Complementary color
Monochromatic Colors of #36BC41
Black with #36BC41
Text Example
Text Example
White with #36BC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BC41; }
p { color: rgb(54,188,65); }
H1.HeaderClassName
{
color: #36BC41;
}
.AnyTagClassName
{
color: #36BC41;
}
</style>
background-color css
<style>
a { background-color: #36BC41; }
a { background-color: rgb(54,188,65); }
div.DivClassName
{
background-color: #36BC41;
}
.BgClassName
{
background-color: #36BC41;
}
</style>
border-color css
<style>
span { border-color: #36BC41; }
span { border-color: rgb(54,188,65); }
td.TdClassName
{
border-color: #36BC41;
}
.TagClassName
{
border-color: #36BC41;
}
</style>