Shades of Lime Green #36D51C
Tints of Lime Green #36D51C
RGB
CMYK
RGB Variations
Color information
#36D51C (or 0x36D51C) is known color: Lime Green. HEX triplet: 36, D5 and 1C. RGB value is (54,213,28). Sum of RGB (Red+Green+Blue) = 54+213+28=295 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.31% from 295); Green value is 213 (83.59% from 255 or 72.20% from 295); Blue value is 28 (11.33% from 255 or 9.49% from 295); Max value from RGB is 213 - color contains mainly: green. Hex color #36D51C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D51C is #C92AE3. Grayscale: #909090. Windows color (decimal): -13183716 or 1889590. OLE color: 1889590.
HSL color Cylindrical-coordinate representation of color #36D51C: hue angle of 111.57º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #36D51C is Cyan = 0.75, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 213 | 28 | - |
| CMYK | 0.75 | 0 | 0.87 | 0.16 |
| HSL | 111.57º | 0.77% | 0.47% | - |
| HSV(B) | 111.57º | 0.87% | 0.84% | - |
| XYZ | 25.53 | 48.46 | 9.11 | - |
| YUV | 144.37 | 62.32 | 63.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 213 | 28 | 0.75 | 0 | 0.87 | 0.16 | 111.57 | 0.77 | 0.47 |
| Hex | 36 | D5 | 1C | 4B | 0 | 57 | 10 | 70 | 4D | 2F |
| Octal | 66 | 325 | 34 | 113 | 0 | 127 | 20 | 160 | 115 | 57 |
| Binary | 110110 | 11010101 | 11100 | 1001011 | 0 | 1010111 | 10000 | 1110000 | 1001101 | 101111 |
Color Harmonies of #36D51C
Complementary color
Monochromatic Colors of #36D51C
Black with #36D51C
Text Example
Text Example
White with #36D51C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D51C; }
p { color: rgb(54,213,28); }
H1.HeaderClassName
{
color: #36D51C;
}
.AnyTagClassName
{
color: #36D51C;
}
</style>
background-color css
<style>
a { background-color: #36D51C; }
a { background-color: rgb(54,213,28); }
div.DivClassName
{
background-color: #36D51C;
}
.BgClassName
{
background-color: #36D51C;
}
</style>
border-color css
<style>
span { border-color: #36D51C; }
span { border-color: rgb(54,213,28); }
td.TdClassName
{
border-color: #36D51C;
}
.TagClassName
{
border-color: #36D51C;
}
</style>