Shades of Lime Green #36F73C
Tints of Lime Green #36F73C
RGB
CMYK
RGB Variations
Color information
#36F73C (or 0x36F73C) is known color: Lime Green. HEX triplet: 36, F7 and 3C. RGB value is (54,247,60). Sum of RGB (Red+Green+Blue) = 54+247+60=361 (47% of max value = 765). Red value is 54 (21.48% from 255 or 14.96% from 361); Green value is 247 (96.88% from 255 or 68.42% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 247 - color contains mainly: green. Hex color #36F73C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F73C is #C908C3. Grayscale: #A8A8A8. Windows color (decimal): -13174980 or 3995446. OLE color: 3995446.
HSL color Cylindrical-coordinate representation of color #36F73C: hue angle of 121.87º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F73C is Cyan = 0.78, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 54 | 247 | 60 | - |
| CMYK | 0.78 | 0 | 0.76 | 0.03 |
| HSL | 121.87º | 0.92% | 0.59% | - |
| HSV(B) | 121.87º | 0.78% | 0.97% | - |
| XYZ | 35.6 | 67.63 | 15.45 | - |
| YUV | 167.98 | 67.06 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 247 | 60 | 0.78 | 0 | 0.76 | 0.03 | 121.87 | 0.92 | 0.59 |
| Hex | 36 | F7 | 3C | 4E | 0 | 4C | 3 | 7A | 5C | 3B |
| Octal | 66 | 367 | 74 | 116 | 0 | 114 | 3 | 172 | 134 | 73 |
| Binary | 110110 | 11110111 | 111100 | 1001110 | 0 | 1001100 | 11 | 1111010 | 1011100 | 111011 |
Color Harmonies of #36F73C
Complementary color
Monochromatic Colors of #36F73C
Black with #36F73C
Text Example
Text Example
White with #36F73C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F73C; }
p { color: rgb(54,247,60); }
H1.HeaderClassName
{
color: #36F73C;
}
.AnyTagClassName
{
color: #36F73C;
}
</style>
background-color css
<style>
a { background-color: #36F73C; }
a { background-color: rgb(54,247,60); }
div.DivClassName
{
background-color: #36F73C;
}
.BgClassName
{
background-color: #36F73C;
}
</style>
border-color css
<style>
span { border-color: #36F73C; }
span { border-color: rgb(54,247,60); }
td.TdClassName
{
border-color: #36F73C;
}
.TagClassName
{
border-color: #36F73C;
}
</style>