Shades of Lime Green #36D335
Tints of Lime Green #36D335
RGB
CMYK
RGB Variations
Color information
#36D335 (or 0x36D335) is known color: Lime Green. HEX triplet: 36, D3 and 35. RGB value is (54,211,53). Sum of RGB (Red+Green+Blue) = 54+211+53=318 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.98% from 318); Green value is 211 (82.81% from 255 or 66.35% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 211 - color contains mainly: green. Hex color #36D335 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D335 is #C92CCA. Grayscale: #929292. Windows color (decimal): -13184203 or 3527478. OLE color: 3527478.
HSL color Cylindrical-coordinate representation of color #36D335: hue angle of 119.62º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D335 is Cyan = 0.74, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 54 | 211 | 53 | - |
| CMYK | 0.74 | 0 | 0.75 | 0.17 |
| HSL | 119.62º | 0.64% | 0.52% | - |
| HSV(B) | 119.62º | 0.75% | 0.83% | - |
| XYZ | 25.46 | 47.63 | 11.22 | - |
| YUV | 146.05 | 75.49 | 62.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 211 | 53 | 0.74 | 0 | 0.75 | 0.17 | 119.62 | 0.64 | 0.52 |
| Hex | 36 | D3 | 35 | 4A | 0 | 4B | 11 | 78 | 40 | 34 |
| Octal | 66 | 323 | 65 | 112 | 0 | 113 | 21 | 170 | 100 | 64 |
| Binary | 110110 | 11010011 | 110101 | 1001010 | 0 | 1001011 | 10001 | 1111000 | 1000000 | 110100 |
Color Harmonies of #36D335
Complementary color
Monochromatic Colors of #36D335
Black with #36D335
Text Example
Text Example
White with #36D335
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D335; }
p { color: rgb(54,211,53); }
H1.HeaderClassName
{
color: #36D335;
}
.AnyTagClassName
{
color: #36D335;
}
</style>
background-color css
<style>
a { background-color: #36D335; }
a { background-color: rgb(54,211,53); }
div.DivClassName
{
background-color: #36D335;
}
.BgClassName
{
background-color: #36D335;
}
</style>
border-color css
<style>
span { border-color: #36D335; }
span { border-color: rgb(54,211,53); }
td.TdClassName
{
border-color: #36D335;
}
.TagClassName
{
border-color: #36D335;
}
</style>