Shades of Lime Green #36C443
Tints of Lime Green #36C443
RGB
CMYK
RGB Variations
Color information
#36C443 (or 0x36C443) is known color: Lime Green. HEX triplet: 36, C4 and 43. RGB value is (54,196,67). Sum of RGB (Red+Green+Blue) = 54+196+67=317 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.03% from 317); Green value is 196 (76.95% from 255 or 61.83% from 317); Blue value is 67 (26.56% from 255 or 21.14% from 317); Max value from RGB is 196 - color contains mainly: green. Hex color #36C443 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C443 is #C93BBC. Grayscale: #8B8B8B. Windows color (decimal): -13188029 or 4441142. OLE color: 4441142.
HSL color Cylindrical-coordinate representation of color #36C443: hue angle of 125.49º 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 #36C443 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 54 | 196 | 67 | - |
| CMYK | 0.72 | 0 | 0.66 | 0.23 |
| HSL | 125.49º | 0.57% | 0.49% | - |
| HSV(B) | 125.49º | 0.72% | 0.77% | - |
| XYZ | 22.27 | 40.67 | 11.99 | - |
| YUV | 138.84 | 87.46 | 67.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 196 | 67 | 0.72 | 0 | 0.66 | 0.23 | 125.49 | 0.57 | 0.49 |
| Hex | 36 | C4 | 43 | 48 | 0 | 42 | 17 | 7D | 39 | 31 |
| Octal | 66 | 304 | 103 | 110 | 0 | 102 | 27 | 175 | 71 | 61 |
| Binary | 110110 | 11000100 | 1000011 | 1001000 | 0 | 1000010 | 10111 | 1111101 | 111001 | 110001 |
Color Harmonies of #36C443
Complementary color
Monochromatic Colors of #36C443
Black with #36C443
Text Example
Text Example
White with #36C443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C443; }
p { color: rgb(54,196,67); }
H1.HeaderClassName
{
color: #36C443;
}
.AnyTagClassName
{
color: #36C443;
}
</style>
background-color css
<style>
a { background-color: #36C443; }
a { background-color: rgb(54,196,67); }
div.DivClassName
{
background-color: #36C443;
}
.BgClassName
{
background-color: #36C443;
}
</style>
border-color css
<style>
span { border-color: #36C443; }
span { border-color: rgb(54,196,67); }
td.TdClassName
{
border-color: #36C443;
}
.TagClassName
{
border-color: #36C443;
}
</style>