Shades of Lime Green #36C93F
Tints of Lime Green #36C93F
RGB
CMYK
RGB Variations
Color information
#36C93F (or 0x36C93F) is known color: Lime Green. HEX triplet: 36, C9 and 3F. RGB value is (54,201,63). Sum of RGB (Red+Green+Blue) = 54+201+63=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 201 (78.91% from 255 or 63.21% from 318); Blue value is 63 (25% from 255 or 19.81% from 318); Max value from RGB is 201 - color contains mainly: green. Hex color #36C93F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C93F is #C936C0. Grayscale: #8D8D8D. Windows color (decimal): -13186753 or 4180278. OLE color: 4180278.
HSL color Cylindrical-coordinate representation of color #36C93F: hue angle of 123.67º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #36C93F is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 54 | 201 | 63 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.21 |
| HSL | 123.67º | 0.58% | 0.5% | - |
| HSV(B) | 123.67º | 0.73% | 0.79% | - |
| XYZ | 23.31 | 42.92 | 11.76 | - |
| YUV | 141.32 | 83.8 | 65.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 201 | 63 | 0.73 | 0 | 0.69 | 0.21 | 123.67 | 0.58 | 0.5 |
| Hex | 36 | C9 | 3F | 49 | 0 | 45 | 15 | 7C | 3A | 32 |
| Octal | 66 | 311 | 77 | 111 | 0 | 105 | 25 | 174 | 72 | 62 |
| Binary | 110110 | 11001001 | 111111 | 1001001 | 0 | 1000101 | 10101 | 1111100 | 111010 | 110010 |
Color Harmonies of #36C93F
Complementary color
Monochromatic Colors of #36C93F
Black with #36C93F
Text Example
Text Example
White with #36C93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C93F; }
p { color: rgb(54,201,63); }
H1.HeaderClassName
{
color: #36C93F;
}
.AnyTagClassName
{
color: #36C93F;
}
</style>
background-color css
<style>
a { background-color: #36C93F; }
a { background-color: rgb(54,201,63); }
div.DivClassName
{
background-color: #36C93F;
}
.BgClassName
{
background-color: #36C93F;
}
</style>
border-color css
<style>
span { border-color: #36C93F; }
span { border-color: rgb(54,201,63); }
td.TdClassName
{
border-color: #36C93F;
}
.TagClassName
{
border-color: #36C93F;
}
</style>