Shades of Lime Green #36BF4D
Tints of Lime Green #36BF4D
RGB
CMYK
RGB Variations
Color information
#36BF4D (or 0x36BF4D) is known color: Lime Green. HEX triplet: 36, BF and 4D. RGB value is (54,191,77). Sum of RGB (Red+Green+Blue) = 54+191+77=322 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.77% from 322); Green value is 191 (75% from 255 or 59.32% from 322); Blue value is 77 (30.47% from 255 or 23.91% from 322); Max value from RGB is 191 - color contains mainly: green. Hex color #36BF4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #36BF4D is #C940B2. Grayscale: #898989. Windows color (decimal): -13189299 or 5095222. OLE color: 5095222.
HSL color Cylindrical-coordinate representation of color #36BF4D: hue angle of 130.07º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36BF4D is Cyan = 0.72, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 54 | 191 | 77 | - |
| CMYK | 0.72 | 0 | 0.60 | 0.25 |
| HSL | 130.07º | 0.56% | 0.48% | - |
| HSV(B) | 130.07º | 0.72% | 0.75% | - |
| XYZ | 21.49 | 38.58 | 13.34 | - |
| YUV | 137.04 | 94.11 | 68.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 191 | 77 | 0.72 | 0 | 0.60 | 0.25 | 130.07 | 0.56 | 0.48 |
| Hex | 36 | BF | 4D | 48 | 0 | 3C | 19 | 82 | 38 | 30 |
| Octal | 66 | 277 | 115 | 110 | 0 | 74 | 31 | 202 | 70 | 60 |
| Binary | 110110 | 10111111 | 1001101 | 1001000 | 0 | 111100 | 11001 | 10000010 | 111000 | 110000 |
Color Harmonies of #36BF4D
Complementary color
Monochromatic Colors of #36BF4D
Black with #36BF4D
Text Example
Text Example
White with #36BF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36BF4D; }
p { color: rgb(54,191,77); }
H1.HeaderClassName
{
color: #36BF4D;
}
.AnyTagClassName
{
color: #36BF4D;
}
</style>
background-color css
<style>
a { background-color: #36BF4D; }
a { background-color: rgb(54,191,77); }
div.DivClassName
{
background-color: #36BF4D;
}
.BgClassName
{
background-color: #36BF4D;
}
</style>
border-color css
<style>
span { border-color: #36BF4D; }
span { border-color: rgb(54,191,77); }
td.TdClassName
{
border-color: #36BF4D;
}
.TagClassName
{
border-color: #36BF4D;
}
</style>