Shades of Lime Green #36F351
Tints of Lime Green #36F351
RGB
CMYK
RGB Variations
Color information
#36F351 (or 0x36F351) is known color: Lime Green. HEX triplet: 36, F3 and 51. RGB value is (54,243,81). Sum of RGB (Red+Green+Blue) = 54+243+81=378 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.29% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 81 (32.03% from 255 or 21.43% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #36F351 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F351 is #C90CAE. Grayscale: #A8A8A8. Windows color (decimal): -13175983 or 5370678. OLE color: 5370678.
HSL color Cylindrical-coordinate representation of color #36F351: hue angle of 128.57º 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 #36F351 is Cyan = 0.78, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 81 | - |
| CMYK | 0.78 | 0 | 0.67 | 0.05 |
| HSL | 128.57º | 0.89% | 0.58% | - |
| HSV(B) | 128.57º | 0.78% | 0.95% | - |
| XYZ | 35.06 | 65.48 | 18.58 | - |
| YUV | 168.02 | 78.88 | 46.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 81 | 0.78 | 0 | 0.67 | 0.05 | 128.57 | 0.89 | 0.58 |
| Hex | 36 | F3 | 51 | 4E | 0 | 43 | 5 | 81 | 59 | 3A |
| Octal | 66 | 363 | 121 | 116 | 0 | 103 | 5 | 201 | 131 | 72 |
| Binary | 110110 | 11110011 | 1010001 | 1001110 | 0 | 1000011 | 101 | 10000001 | 1011001 | 111010 |
Color Harmonies of #36F351
Complementary color
Monochromatic Colors of #36F351
Black with #36F351
Text Example
Text Example
White with #36F351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F351; }
p { color: rgb(54,243,81); }
H1.HeaderClassName
{
color: #36F351;
}
.AnyTagClassName
{
color: #36F351;
}
</style>
background-color css
<style>
a { background-color: #36F351; }
a { background-color: rgb(54,243,81); }
div.DivClassName
{
background-color: #36F351;
}
.BgClassName
{
background-color: #36F351;
}
</style>
border-color css
<style>
span { border-color: #36F351; }
span { border-color: rgb(54,243,81); }
td.TdClassName
{
border-color: #36F351;
}
.TagClassName
{
border-color: #36F351;
}
</style>