Shades of Lime Green #36F03D
Tints of Lime Green #36F03D
RGB
CMYK
RGB Variations
Color information
#36F03D (or 0x36F03D) is known color: Lime Green. HEX triplet: 36, F0 and 3D. RGB value is (54,240,61). Sum of RGB (Red+Green+Blue) = 54+240+61=355 (47% of max value = 765). Red value is 54 (21.48% from 255 or 15.21% from 355); Green value is 240 (94.14% from 255 or 67.61% from 355); Blue value is 61 (24.22% from 255 or 17.18% from 355); Max value from RGB is 240 - color contains mainly: green. Hex color #36F03D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #36F03D is #C90FC2. Grayscale: #A4A4A4. Windows color (decimal): -13176771 or 4059190. OLE color: 4059190.
HSL color Cylindrical-coordinate representation of color #36F03D: hue angle of 122.26º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #36F03D is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 54 | 240 | 61 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.06 |
| HSL | 122.26º | 0.86% | 0.58% | - |
| HSV(B) | 122.26º | 0.78% | 0.94% | - |
| XYZ | 33.52 | 63.44 | 14.89 | - |
| YUV | 163.98 | 69.88 | 49.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 240 | 61 | 0.78 | 0 | 0.75 | 0.06 | 122.26 | 0.86 | 0.58 |
| Hex | 36 | F0 | 3D | 4E | 0 | 4B | 6 | 7A | 56 | 3A |
| Octal | 66 | 360 | 75 | 116 | 0 | 113 | 6 | 172 | 126 | 72 |
| Binary | 110110 | 11110000 | 111101 | 1001110 | 0 | 1001011 | 110 | 1111010 | 1010110 | 111010 |
Color Harmonies of #36F03D
Complementary color
Monochromatic Colors of #36F03D
Black with #36F03D
Text Example
Text Example
White with #36F03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F03D; }
p { color: rgb(54,240,61); }
H1.HeaderClassName
{
color: #36F03D;
}
.AnyTagClassName
{
color: #36F03D;
}
</style>
background-color css
<style>
a { background-color: #36F03D; }
a { background-color: rgb(54,240,61); }
div.DivClassName
{
background-color: #36F03D;
}
.BgClassName
{
background-color: #36F03D;
}
</style>
border-color css
<style>
span { border-color: #36F03D; }
span { border-color: rgb(54,240,61); }
td.TdClassName
{
border-color: #36F03D;
}
.TagClassName
{
border-color: #36F03D;
}
</style>