Shades of Lime Green #36F440
Tints of Lime Green #36F440
RGB
CMYK
RGB Variations
Color information
#36F440 (or 0x36F440) is known color: Lime Green. HEX triplet: 36, F4 and 40. RGB value is (54,244,64). Sum of RGB (Red+Green+Blue) = 54+244+64=362 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.92% from 362); Green value is 244 (95.70% from 255 or 67.40% from 362); Blue value is 64 (25.39% from 255 or 17.68% from 362); Max value from RGB is 244 - color contains mainly: green. Hex color #36F440 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F440 is #C90BBF. Grayscale: #A7A7A7. Windows color (decimal): -13175744 or 4256822. OLE color: 4256822.
HSL color Cylindrical-coordinate representation of color #36F440: hue angle of 123.16º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F440 is Cyan = 0.78, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 64 | - |
| CMYK | 0.78 | 0 | 0.74 | 0.04 |
| HSL | 123.16º | 0.9% | 0.58% | - |
| HSV(B) | 123.16º | 0.78% | 0.96% | - |
| XYZ | 34.8 | 65.86 | 15.73 | - |
| YUV | 166.67 | 70.05 | 47.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 64 | 0.78 | 0 | 0.74 | 0.04 | 123.16 | 0.9 | 0.58 |
| Hex | 36 | F4 | 40 | 4E | 0 | 4A | 4 | 7B | 5A | 3A |
| Octal | 66 | 364 | 100 | 116 | 0 | 112 | 4 | 173 | 132 | 72 |
| Binary | 110110 | 11110100 | 1000000 | 1001110 | 0 | 1001010 | 100 | 1111011 | 1011010 | 111010 |
Color Harmonies of #36F440
Complementary color
Monochromatic Colors of #36F440
Black with #36F440
Text Example
Text Example
White with #36F440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F440; }
p { color: rgb(54,244,64); }
H1.HeaderClassName
{
color: #36F440;
}
.AnyTagClassName
{
color: #36F440;
}
</style>
background-color css
<style>
a { background-color: #36F440; }
a { background-color: rgb(54,244,64); }
div.DivClassName
{
background-color: #36F440;
}
.BgClassName
{
background-color: #36F440;
}
</style>
border-color css
<style>
span { border-color: #36F440; }
span { border-color: rgb(54,244,64); }
td.TdClassName
{
border-color: #36F440;
}
.TagClassName
{
border-color: #36F440;
}
</style>