Shades of Lime Green #36FF40
Tints of Lime Green #36FF40
RGB
CMYK
RGB Variations
Color information
#36FF40 (or 0x36FF40) is known color: Lime Green. HEX triplet: 36, FF and 40. RGB value is (54,255,64). Sum of RGB (Red+Green+Blue) = 54+255+64=373 (49% of max value = 765). Red value is 54 (21.48% from 255 or 14.48% from 373); Green value is 255 (100% from 255 or 68.36% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36FF40 is #C900BF. Grayscale: #ADADAD. Windows color (decimal): -13172928 or 4259638. OLE color: 4259638.
HSL color Cylindrical-coordinate representation of color #36FF40: hue angle of 122.99º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FF40 is Cyan = 0.79, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 64 | - |
| CMYK | 0.79 | 0 | 0.75 | 0 |
| HSL | 122.99º | 1% | 0.61% | - |
| HSV(B) | 122.99º | 0.79% | 1% | - |
| XYZ | 38.21 | 72.67 | 16.86 | - |
| YUV | 173.13 | 66.41 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 64 | 0.79 | 0 | 0.75 | 0 | 122.99 | 1 | 0.61 |
| Hex | 36 | FF | 40 | 4F | 0 | 4B | 0 | 7B | 64 | 3D |
| Octal | 66 | 377 | 100 | 117 | 0 | 113 | 0 | 173 | 144 | 75 |
| Binary | 110110 | 11111111 | 1000000 | 1001111 | 0 | 1001011 | 0 | 1111011 | 1100100 | 111101 |
Color Harmonies of #36FF40
Complementary color
Monochromatic Colors of #36FF40
Black with #36FF40
Text Example
Text Example
White with #36FF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF40; }
p { color: rgb(54,255,64); }
H1.HeaderClassName
{
color: #36FF40;
}
.AnyTagClassName
{
color: #36FF40;
}
</style>
background-color css
<style>
a { background-color: #36FF40; }
a { background-color: rgb(54,255,64); }
div.DivClassName
{
background-color: #36FF40;
}
.BgClassName
{
background-color: #36FF40;
}
</style>
border-color css
<style>
span { border-color: #36FF40; }
span { border-color: rgb(54,255,64); }
td.TdClassName
{
border-color: #36FF40;
}
.TagClassName
{
border-color: #36FF40;
}
</style>