Shades of Lime Green #36BD41
Tints of Lime Green #36BD41
RGB
CMYK
RGB Variations
Color information
#36BD41 (or 0x36BD41) is known color: Lime Green. HEX triplet: 36, BD and 41. RGB value is (54,189,65). Sum of RGB (Red+Green+Blue) = 54+189+65=308 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.53% from 308); Green value is 189 (74.22% from 255 or 61.36% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 189 - color contains mainly: green. Hex color #36BD41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36BD41 is #C942BE. Grayscale: #868686. Windows color (decimal): -13189823 or 4308278. OLE color: 4308278.
HSL color Cylindrical-coordinate representation of color #36BD41: hue angle of 124.89º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36BD41 is Cyan = 0.71, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 54 | 189 | 65 | - |
| CMYK | 0.71 | 0 | 0.66 | 0.26 |
| HSL | 124.89º | 0.56% | 0.48% | - |
| HSV(B) | 124.89º | 0.71% | 0.74% | - |
| XYZ | 20.67 | 37.56 | 11.16 | - |
| YUV | 134.5 | 88.77 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 189 | 65 | 0.71 | 0 | 0.66 | 0.26 | 124.89 | 0.56 | 0.48 |
| Hex | 36 | BD | 41 | 47 | 0 | 42 | 1A | 7D | 38 | 30 |
| Octal | 66 | 275 | 101 | 107 | 0 | 102 | 32 | 175 | 70 | 60 |
| Binary | 110110 | 10111101 | 1000001 | 1000111 | 0 | 1000010 | 11010 | 1111101 | 111000 | 110000 |
Color Harmonies of #36BD41
Complementary color
Monochromatic Colors of #36BD41
Black with #36BD41
Text Example
Text Example
White with #36BD41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BD41; }
p { color: rgb(54,189,65); }
H1.HeaderClassName
{
color: #36BD41;
}
.AnyTagClassName
{
color: #36BD41;
}
</style>
background-color css
<style>
a { background-color: #36BD41; }
a { background-color: rgb(54,189,65); }
div.DivClassName
{
background-color: #36BD41;
}
.BgClassName
{
background-color: #36BD41;
}
</style>
border-color css
<style>
span { border-color: #36BD41; }
span { border-color: rgb(54,189,65); }
td.TdClassName
{
border-color: #36BD41;
}
.TagClassName
{
border-color: #36BD41;
}
</style>