Shades of Lime Green #36F526
Tints of Lime Green #36F526
RGB
CMYK
RGB Variations
Color information
#36F526 (or 0x36F526) is known color: Lime Green. HEX triplet: 36, F5 and 26. RGB value is (54,245,38). Sum of RGB (Red+Green+Blue) = 54+245+38=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 245 (96.09% from 255 or 72.70% from 337); Blue value is 38 (15.23% from 255 or 11.28% from 337); Max value from RGB is 245 - color contains mainly: green. Hex color #36F526 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F526 is #C90AD9. Grayscale: #A4A4A4. Windows color (decimal): -13175514 or 2553142. OLE color: 2553142.
HSL color Cylindrical-coordinate representation of color #36F526: hue angle of 115.36º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #36F526 is Cyan = 0.78, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 245 | 38 | - |
| CMYK | 0.78 | 0 | 0.84 | 0.04 |
| HSL | 115.36º | 0.91% | 0.55% | - |
| HSV(B) | 115.36º | 0.84% | 0.96% | - |
| XYZ | 34.52 | 66.23 | 12.8 | - |
| YUV | 164.29 | 56.72 | 49.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 245 | 38 | 0.78 | 0 | 0.84 | 0.04 | 115.36 | 0.91 | 0.55 |
| Hex | 36 | F5 | 26 | 4E | 0 | 54 | 4 | 73 | 5B | 37 |
| Octal | 66 | 365 | 46 | 116 | 0 | 124 | 4 | 163 | 133 | 67 |
| Binary | 110110 | 11110101 | 100110 | 1001110 | 0 | 1010100 | 100 | 1110011 | 1011011 | 110111 |
Color Harmonies of #36F526
Complementary color
Monochromatic Colors of #36F526
Black with #36F526
Text Example
Text Example
White with #36F526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F526; }
p { color: rgb(54,245,38); }
H1.HeaderClassName
{
color: #36F526;
}
.AnyTagClassName
{
color: #36F526;
}
</style>
background-color css
<style>
a { background-color: #36F526; }
a { background-color: rgb(54,245,38); }
div.DivClassName
{
background-color: #36F526;
}
.BgClassName
{
background-color: #36F526;
}
</style>
border-color css
<style>
span { border-color: #36F526; }
span { border-color: rgb(54,245,38); }
td.TdClassName
{
border-color: #36F526;
}
.TagClassName
{
border-color: #36F526;
}
</style>