Shades of Lime Green #36D64B
Tints of Lime Green #36D64B
RGB
CMYK
RGB Variations
Color information
#36D64B (or 0x36D64B) is known color: Lime Green. HEX triplet: 36, D6 and 4B. RGB value is (54,214,75). Sum of RGB (Red+Green+Blue) = 54+214+75=343 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.74% from 343); Green value is 214 (83.98% from 255 or 62.39% from 343); Blue value is 75 (29.69% from 255 or 21.87% from 343); Max value from RGB is 214 - color contains mainly: green. Hex color #36D64B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D64B is #C929B4. Grayscale: #969696. Windows color (decimal): -13183413 or 4970038. OLE color: 4970038.
HSL color Cylindrical-coordinate representation of color #36D64B: hue angle of 127.87º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36D64B is Cyan = 0.75, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 75 | - |
| CMYK | 0.75 | 0 | 0.65 | 0.16 |
| HSL | 127.88º | 0.66% | 0.53% | - |
| HSV(B) | 127.88º | 0.75% | 0.84% | - |
| XYZ | 26.84 | 49.39 | 14.77 | - |
| YUV | 150.31 | 85.49 | 59.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 75 | 0.75 | 0 | 0.65 | 0.16 | 127.88 | 0.66 | 0.53 |
| Hex | 36 | D6 | 4B | 4B | 0 | 41 | 10 | 80 | 42 | 35 |
| Octal | 66 | 326 | 113 | 113 | 0 | 101 | 20 | 200 | 102 | 65 |
| Binary | 110110 | 11010110 | 1001011 | 1001011 | 0 | 1000001 | 10000 | 10000000 | 1000010 | 110101 |
Color Harmonies of #36D64B
Complementary color
Monochromatic Colors of #36D64B
Black with #36D64B
Text Example
Text Example
White with #36D64B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D64B; }
p { color: rgb(54,214,75); }
H1.HeaderClassName
{
color: #36D64B;
}
.AnyTagClassName
{
color: #36D64B;
}
</style>
background-color css
<style>
a { background-color: #36D64B; }
a { background-color: rgb(54,214,75); }
div.DivClassName
{
background-color: #36D64B;
}
.BgClassName
{
background-color: #36D64B;
}
</style>
border-color css
<style>
span { border-color: #36D64B; }
span { border-color: rgb(54,214,75); }
td.TdClassName
{
border-color: #36D64B;
}
.TagClassName
{
border-color: #36D64B;
}
</style>