Shades of Lime Green #36D64C
Tints of Lime Green #36D64C
RGB
CMYK
RGB Variations
Color information
#36D64C (or 0x36D64C) is known color: Lime Green. HEX triplet: 36, D6 and 4C. RGB value is (54,214,76). Sum of RGB (Red+Green+Blue) = 54+214+76=344 (45% of max value = 765). Red value is 54 (21.48% from 255 or 15.70% from 344); Green value is 214 (83.98% from 255 or 62.21% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 214 - color contains mainly: green. Hex color #36D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36D64C is #C929B3. Grayscale: #969696. Windows color (decimal): -13183412 or 5035574. OLE color: 5035574.
HSL color Cylindrical-coordinate representation of color #36D64C: hue angle of 128.25º 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 #36D64C is Cyan = 0.75, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 54 | 214 | 76 | - |
| CMYK | 0.75 | 0 | 0.64 | 0.16 |
| HSL | 128.25º | 0.66% | 0.53% | - |
| HSV(B) | 128.25º | 0.75% | 0.84% | - |
| XYZ | 26.87 | 49.4 | 14.96 | - |
| YUV | 150.43 | 85.99 | 59.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 214 | 76 | 0.75 | 0 | 0.64 | 0.16 | 128.25 | 0.66 | 0.53 |
| Hex | 36 | D6 | 4C | 4B | 0 | 40 | 10 | 80 | 42 | 35 |
| Octal | 66 | 326 | 114 | 113 | 0 | 100 | 20 | 200 | 102 | 65 |
| Binary | 110110 | 11010110 | 1001100 | 1001011 | 0 | 1000000 | 10000 | 10000000 | 1000010 | 110101 |
Color Harmonies of #36D64C
Complementary color
Monochromatic Colors of #36D64C
Black with #36D64C
Text Example
Text Example
White with #36D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36D64C; }
p { color: rgb(54,214,76); }
H1.HeaderClassName
{
color: #36D64C;
}
.AnyTagClassName
{
color: #36D64C;
}
</style>
background-color css
<style>
a { background-color: #36D64C; }
a { background-color: rgb(54,214,76); }
div.DivClassName
{
background-color: #36D64C;
}
.BgClassName
{
background-color: #36D64C;
}
</style>
border-color css
<style>
span { border-color: #36D64C; }
span { border-color: rgb(54,214,76); }
td.TdClassName
{
border-color: #36D64C;
}
.TagClassName
{
border-color: #36D64C;
}
</style>