Shades of Lime Green #36C827
Tints of Lime Green #36C827
RGB
CMYK
RGB Variations
Color information
#36C827 (or 0x36C827) is known color: Lime Green. HEX triplet: 36, C8 and 27. RGB value is (54,200,39). Sum of RGB (Red+Green+Blue) = 54+200+39=293 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.43% from 293); Green value is 200 (78.52% from 255 or 68.26% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 200 - color contains mainly: green. Hex color #36C827 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C827 is #C937D8. Grayscale: #8A8A8A. Windows color (decimal): -13187033 or 2607158. OLE color: 2607158.
HSL color Cylindrical-coordinate representation of color #36C827: hue angle of 114.41º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36C827 is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 200 | 39 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.22 |
| HSL | 114.41º | 0.67% | 0.47% | - |
| HSV(B) | 114.41º | 0.81% | 0.78% | - |
| XYZ | 22.54 | 42.24 | 8.88 | - |
| YUV | 137.99 | 72.13 | 68.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 39 | 0.73 | 0 | 0.80 | 0.22 | 114.41 | 0.67 | 0.47 |
| Hex | 36 | C8 | 27 | 49 | 0 | 50 | 16 | 72 | 43 | 2F |
| Octal | 66 | 310 | 47 | 111 | 0 | 120 | 26 | 162 | 103 | 57 |
| Binary | 110110 | 11001000 | 100111 | 1001001 | 0 | 1010000 | 10110 | 1110010 | 1000011 | 101111 |
Color Harmonies of #36C827
Complementary color
Monochromatic Colors of #36C827
Black with #36C827
Text Example
Text Example
White with #36C827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C827; }
p { color: rgb(54,200,39); }
H1.HeaderClassName
{
color: #36C827;
}
.AnyTagClassName
{
color: #36C827;
}
</style>
background-color css
<style>
a { background-color: #36C827; }
a { background-color: rgb(54,200,39); }
div.DivClassName
{
background-color: #36C827;
}
.BgClassName
{
background-color: #36C827;
}
</style>
border-color css
<style>
span { border-color: #36C827; }
span { border-color: rgb(54,200,39); }
td.TdClassName
{
border-color: #36C827;
}
.TagClassName
{
border-color: #36C827;
}
</style>