Shades of Lime Green #36F34D
Tints of Lime Green #36F34D
RGB
CMYK
RGB Variations
Color information
#36F34D (or 0x36F34D) is known color: Lime Green. HEX triplet: 36, F3 and 4D. RGB value is (54,243,77). Sum of RGB (Red+Green+Blue) = 54+243+77=374 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.44% from 374); Green value is 243 (95.31% from 255 or 64.97% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 243 - color contains mainly: green. Hex color #36F34D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F34D is #C90CB2. Grayscale: #A8A8A8. Windows color (decimal): -13175987 or 5108534. OLE color: 5108534.
HSL color Cylindrical-coordinate representation of color #36F34D: hue angle of 127.3º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F34D is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 77 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.05 |
| HSL | 127.3º | 0.89% | 0.58% | - |
| HSV(B) | 127.3º | 0.78% | 0.95% | - |
| XYZ | 34.91 | 65.42 | 17.81 | - |
| YUV | 167.57 | 76.88 | 47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 77 | 0.78 | 0 | 0.68 | 0.05 | 127.3 | 0.89 | 0.58 |
| Hex | 36 | F3 | 4D | 4E | 0 | 44 | 5 | 7F | 59 | 3A |
| Octal | 66 | 363 | 115 | 116 | 0 | 104 | 5 | 177 | 131 | 72 |
| Binary | 110110 | 11110011 | 1001101 | 1001110 | 0 | 1000100 | 101 | 1111111 | 1011001 | 111010 |
Color Harmonies of #36F34D
Complementary color
Monochromatic Colors of #36F34D
Black with #36F34D
Text Example
Text Example
White with #36F34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F34D; }
p { color: rgb(54,243,77); }
H1.HeaderClassName
{
color: #36F34D;
}
.AnyTagClassName
{
color: #36F34D;
}
</style>
background-color css
<style>
a { background-color: #36F34D; }
a { background-color: rgb(54,243,77); }
div.DivClassName
{
background-color: #36F34D;
}
.BgClassName
{
background-color: #36F34D;
}
</style>
border-color css
<style>
span { border-color: #36F34D; }
span { border-color: rgb(54,243,77); }
td.TdClassName
{
border-color: #36F34D;
}
.TagClassName
{
border-color: #36F34D;
}
</style>