Shades of Lime Green #36CC43
Tints of Lime Green #36CC43
RGB
CMYK
RGB Variations
Color information
#36CC43 (or 0x36CC43) is known color: Lime Green. HEX triplet: 36, CC and 43. RGB value is (54,204,67). Sum of RGB (Red+Green+Blue) = 54+204+67=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 204 (80.08% from 255 or 62.77% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 204 - color contains mainly: green. Hex color #36CC43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36CC43 is #C933BC. Grayscale: #8F8F8F. Windows color (decimal): -13185981 or 4443190. OLE color: 4443190.
HSL color Cylindrical-coordinate representation of color #36CC43: hue angle of 125.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36CC43 is Cyan = 0.74, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 54 | 204 | 67 | - |
| CMYK | 0.74 | 0 | 0.67 | 0.2 |
| HSL | 125.2º | 0.6% | 0.51% | - |
| HSV(B) | 125.2º | 0.74% | 0.8% | - |
| XYZ | 24.13 | 44.38 | 12.6 | - |
| YUV | 143.53 | 84.81 | 64.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 204 | 67 | 0.74 | 0 | 0.67 | 0.2 | 125.2 | 0.6 | 0.51 |
| Hex | 36 | CC | 43 | 4A | 0 | 43 | 14 | 7D | 3C | 33 |
| Octal | 66 | 314 | 103 | 112 | 0 | 103 | 24 | 175 | 74 | 63 |
| Binary | 110110 | 11001100 | 1000011 | 1001010 | 0 | 1000011 | 10100 | 1111101 | 111100 | 110011 |
Color Harmonies of #36CC43
Complementary color
Monochromatic Colors of #36CC43
Black with #36CC43
Text Example
Text Example
White with #36CC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36CC43; }
p { color: rgb(54,204,67); }
H1.HeaderClassName
{
color: #36CC43;
}
.AnyTagClassName
{
color: #36CC43;
}
</style>
background-color css
<style>
a { background-color: #36CC43; }
a { background-color: rgb(54,204,67); }
div.DivClassName
{
background-color: #36CC43;
}
.BgClassName
{
background-color: #36CC43;
}
</style>
border-color css
<style>
span { border-color: #36CC43; }
span { border-color: rgb(54,204,67); }
td.TdClassName
{
border-color: #36CC43;
}
.TagClassName
{
border-color: #36CC43;
}
</style>