Shades of Lime Green #36F441
Tints of Lime Green #36F441
RGB
CMYK
RGB Variations
Color information
#36F441 (or 0x36F441) is known color: Lime Green. HEX triplet: 36, F4 and 41. RGB value is (54,244,65). Sum of RGB (Red+Green+Blue) = 54+244+65=363 (48% of max value = 765). Red value is 54 (21.48% from 255 or 14.88% from 363); Green value is 244 (95.70% from 255 or 67.22% from 363); Blue value is 65 (25.78% from 255 or 17.91% from 363); Max value from RGB is 244 - color contains mainly: green. Hex color #36F441 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F441 is #C90BBE. Grayscale: #A7A7A7. Windows color (decimal): -13175743 or 4322358. OLE color: 4322358.
HSL color Cylindrical-coordinate representation of color #36F441: hue angle of 123.47º 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 #36F441 is Cyan = 0.78, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 244 | 65 | - |
| CMYK | 0.78 | 0 | 0.73 | 0.04 |
| HSL | 123.47º | 0.9% | 0.58% | - |
| HSV(B) | 123.47º | 0.78% | 0.96% | - |
| XYZ | 34.83 | 65.87 | 15.88 | - |
| YUV | 166.78 | 70.55 | 47.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 244 | 65 | 0.78 | 0 | 0.73 | 0.04 | 123.47 | 0.9 | 0.58 |
| Hex | 36 | F4 | 41 | 4E | 0 | 49 | 4 | 7B | 5A | 3A |
| Octal | 66 | 364 | 101 | 116 | 0 | 111 | 4 | 173 | 132 | 72 |
| Binary | 110110 | 11110100 | 1000001 | 1001110 | 0 | 1001001 | 100 | 1111011 | 1011010 | 111010 |
Color Harmonies of #36F441
Complementary color
Monochromatic Colors of #36F441
Black with #36F441
Text Example
Text Example
White with #36F441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F441; }
p { color: rgb(54,244,65); }
H1.HeaderClassName
{
color: #36F441;
}
.AnyTagClassName
{
color: #36F441;
}
</style>
background-color css
<style>
a { background-color: #36F441; }
a { background-color: rgb(54,244,65); }
div.DivClassName
{
background-color: #36F441;
}
.BgClassName
{
background-color: #36F441;
}
</style>
border-color css
<style>
span { border-color: #36F441; }
span { border-color: rgb(54,244,65); }
td.TdClassName
{
border-color: #36F441;
}
.TagClassName
{
border-color: #36F441;
}
</style>