Shades of Lime Green #36F353
Tints of Lime Green #36F353
RGB
CMYK
RGB Variations
Color information
#36F353 (or 0x36F353) is known color: Lime Green. HEX triplet: 36, F3 and 53. RGB value is (54,243,83). Sum of RGB (Red+Green+Blue) = 54+243+83=380 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.21% from 380); Green value is 243 (95.31% from 255 or 63.95% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 243 - color contains mainly: green. Hex color #36F353 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F353 is #C90CAC. Grayscale: #A8A8A8. Windows color (decimal): -13175981 or 5501750. OLE color: 5501750.
HSL color Cylindrical-coordinate representation of color #36F353: hue angle of 129.21º 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 #36F353 is Cyan = 0.78, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 54 | 243 | 83 | - |
| CMYK | 0.78 | 0 | 0.66 | 0.05 |
| HSL | 129.21º | 0.89% | 0.58% | - |
| HSV(B) | 129.21º | 0.78% | 0.95% | - |
| XYZ | 35.13 | 65.51 | 18.98 | - |
| YUV | 168.25 | 79.88 | 46.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 243 | 83 | 0.78 | 0 | 0.66 | 0.05 | 129.21 | 0.89 | 0.58 |
| Hex | 36 | F3 | 53 | 4E | 0 | 42 | 5 | 81 | 59 | 3A |
| Octal | 66 | 363 | 123 | 116 | 0 | 102 | 5 | 201 | 131 | 72 |
| Binary | 110110 | 11110011 | 1010011 | 1001110 | 0 | 1000010 | 101 | 10000001 | 1011001 | 111010 |
Color Harmonies of #36F353
Complementary color
Monochromatic Colors of #36F353
Black with #36F353
Text Example
Text Example
White with #36F353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F353; }
p { color: rgb(54,243,83); }
H1.HeaderClassName
{
color: #36F353;
}
.AnyTagClassName
{
color: #36F353;
}
</style>
background-color css
<style>
a { background-color: #36F353; }
a { background-color: rgb(54,243,83); }
div.DivClassName
{
background-color: #36F353;
}
.BgClassName
{
background-color: #36F353;
}
</style>
border-color css
<style>
span { border-color: #36F353; }
span { border-color: rgb(54,243,83); }
td.TdClassName
{
border-color: #36F353;
}
.TagClassName
{
border-color: #36F353;
}
</style>