Shades of Lime Green #36D342
Tints of Lime Green #36D342
RGB
CMYK
RGB Variations
Color information
#36D342 (or 0x36D342) is known color: Lime Green. HEX triplet: 36, D3 and 42. RGB value is (54,211,66). Sum of RGB (Red+Green+Blue) = 54+211+66=331 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.31% from 331); Green value is 211 (82.81% from 255 or 63.75% from 331); Blue value is 66 (26.17% from 255 or 19.94% from 331); Max value from RGB is 211 - color contains mainly: green. Hex color #36D342 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D342 is #C92CBD. Grayscale: #939393. Windows color (decimal): -13184190 or 4379446. OLE color: 4379446.
HSL color Cylindrical-coordinate representation of color #36D342: hue angle of 124.59º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #36D342 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 66 | - |
| CMYK | 0.74 | 0 | 0.69 | 0.17 |
| HSL | 124.59º | 0.64% | 0.52% | - |
| HSV(B) | 124.59º | 0.74% | 0.83% | - |
| XYZ | 25.8 | 47.77 | 13.01 | - |
| YUV | 147.53 | 81.99 | 61.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 66 | 0.74 | 0 | 0.69 | 0.17 | 124.59 | 0.64 | 0.52 |
| Hex | 36 | D3 | 42 | 4A | 0 | 45 | 11 | 7D | 40 | 34 |
| Octal | 66 | 323 | 102 | 112 | 0 | 105 | 21 | 175 | 100 | 64 |
| Binary | 110110 | 11010011 | 1000010 | 1001010 | 0 | 1000101 | 10001 | 1111101 | 1000000 | 110100 |
Color Harmonies of #36D342
Complementary color
Monochromatic Colors of #36D342
Black with #36D342
Text Example
Text Example
White with #36D342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D342; }
p { color: rgb(54,211,66); }
H1.HeaderClassName
{
color: #36D342;
}
.AnyTagClassName
{
color: #36D342;
}
</style>
background-color css
<style>
a { background-color: #36D342; }
a { background-color: rgb(54,211,66); }
div.DivClassName
{
background-color: #36D342;
}
.BgClassName
{
background-color: #36D342;
}
</style>
border-color css
<style>
span { border-color: #36D342; }
span { border-color: rgb(54,211,66); }
td.TdClassName
{
border-color: #36D342;
}
.TagClassName
{
border-color: #36D342;
}
</style>