Shades of Lime Green #36C825
Tints of Lime Green #36C825
RGB
CMYK
RGB Variations
Color information
#36C825 (or 0x36C825) is known color: Lime Green. HEX triplet: 36, C8 and 25. RGB value is (54,200,37). Sum of RGB (Red+Green+Blue) = 54+200+37=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 200 (78.52% from 255 or 68.73% from 291); Blue value is 37 (14.84% from 255 or 12.71% from 291); Max value from RGB is 200 - color contains mainly: green. Hex color #36C825 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #36C825 is #C937DA. Grayscale: #8A8A8A. Windows color (decimal): -13187035 or 2476086. OLE color: 2476086.
HSL color Cylindrical-coordinate representation of color #36C825: hue angle of 113.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #36C825 is Cyan = 0.73, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 54 | 200 | 37 | - |
| CMYK | 0.73 | 0 | 0.82 | 0.22 |
| HSL | 113.74º | 0.69% | 0.46% | - |
| HSV(B) | 113.74º | 0.82% | 0.78% | - |
| XYZ | 22.51 | 42.23 | 8.71 | - |
| YUV | 137.76 | 71.13 | 68.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 200 | 37 | 0.73 | 0 | 0.82 | 0.22 | 113.74 | 0.69 | 0.46 |
| Hex | 36 | C8 | 25 | 49 | 0 | 52 | 16 | 72 | 45 | 2E |
| Octal | 66 | 310 | 45 | 111 | 0 | 122 | 26 | 162 | 105 | 56 |
| Binary | 110110 | 11001000 | 100101 | 1001001 | 0 | 1010010 | 10110 | 1110010 | 1000101 | 101110 |
Color Harmonies of #36C825
Complementary color
Monochromatic Colors of #36C825
Black with #36C825
Text Example
Text Example
White with #36C825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36C825; }
p { color: rgb(54,200,37); }
H1.HeaderClassName
{
color: #36C825;
}
.AnyTagClassName
{
color: #36C825;
}
</style>
background-color css
<style>
a { background-color: #36C825; }
a { background-color: rgb(54,200,37); }
div.DivClassName
{
background-color: #36C825;
}
.BgClassName
{
background-color: #36C825;
}
</style>
border-color css
<style>
span { border-color: #36C825; }
span { border-color: rgb(54,200,37); }
td.TdClassName
{
border-color: #36C825;
}
.TagClassName
{
border-color: #36C825;
}
</style>