Shades of Lime Green #36C43F
Tints of Lime Green #36C43F
RGB
CMYK
RGB Variations
Color information
#36C43F (or 0x36C43F) is known color: Lime Green. HEX triplet: 36, C4 and 3F. RGB value is (54,196,63). Sum of RGB (Red+Green+Blue) = 54+196+63=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 196 (76.95% from 255 or 62.62% from 313); Blue value is 63 (25% from 255 or 20.13% from 313); Max value from RGB is 196 - color contains mainly: green. Hex color #36C43F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C43F is #C93BC0. Grayscale: #8A8A8A. Windows color (decimal): -13188033 or 4178998. OLE color: 4178998.
HSL color Cylindrical-coordinate representation of color #36C43F: hue angle of 123.8º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #36C43F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 63 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.23 |
| HSL | 123.8º | 0.57% | 0.49% | - |
| HSV(B) | 123.8º | 0.72% | 0.77% | - |
| XYZ | 22.16 | 40.62 | 11.38 | - |
| YUV | 138.38 | 85.46 | 67.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 63 | 0.72 | 0 | 0.68 | 0.23 | 123.8 | 0.57 | 0.49 |
| Hex | 36 | C4 | 3F | 48 | 0 | 44 | 17 | 7C | 39 | 31 |
| Octal | 66 | 304 | 77 | 110 | 0 | 104 | 27 | 174 | 71 | 61 |
| Binary | 110110 | 11000100 | 111111 | 1001000 | 0 | 1000100 | 10111 | 1111100 | 111001 | 110001 |
Color Harmonies of #36C43F
Complementary color
Monochromatic Colors of #36C43F
Black with #36C43F
Text Example
Text Example
White with #36C43F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C43F; }
p { color: rgb(54,196,63); }
H1.HeaderClassName
{
color: #36C43F;
}
.AnyTagClassName
{
color: #36C43F;
}
</style>
background-color css
<style>
a { background-color: #36C43F; }
a { background-color: rgb(54,196,63); }
div.DivClassName
{
background-color: #36C43F;
}
.BgClassName
{
background-color: #36C43F;
}
</style>
border-color css
<style>
span { border-color: #36C43F; }
span { border-color: rgb(54,196,63); }
td.TdClassName
{
border-color: #36C43F;
}
.TagClassName
{
border-color: #36C43F;
}
</style>