Shades of Lime Green #5CE136
Tints of Lime Green #5CE136
RGB
CMYK
RGB Variations
Color information
#5CE136 (or 0x5CE136) is known color: Lime Green. HEX triplet: 5C, E1 and 36. RGB value is (92,225,54). Sum of RGB (Red+Green+Blue) = 92+225+54=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 225 (88.28% from 255 or 60.65% from 371); Blue value is 54 (21.48% from 255 or 14.56% from 371); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE136 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE136 is #A31EC9. Grayscale: #A6A6A6. Windows color (decimal): -10690250 or 3596636. OLE color: 3596636.
HSL color Cylindrical-coordinate representation of color #5CE136: hue angle of 106.67º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5CE136 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 54 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.12 |
| HSL | 106.67º | 0.74% | 0.55% | - |
| HSV(B) | 106.67º | 0.76% | 0.88% | - |
| XYZ | 32 | 56.39 | 12.69 | - |
| YUV | 165.74 | 64.94 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 54 | 0.59 | 0 | 0.76 | 0.12 | 106.67 | 0.74 | 0.55 |
| Hex | 5C | E1 | 36 | 3B | 0 | 4C | C | 6B | 4A | 37 |
| Octal | 134 | 341 | 66 | 73 | 0 | 114 | 14 | 153 | 112 | 67 |
| Binary | 1011100 | 11100001 | 110110 | 111011 | 0 | 1001100 | 1100 | 1101011 | 1001010 | 110111 |
Color Harmonies of #5CE136
Complementary color
Monochromatic Colors of #5CE136
Black with #5CE136
Text Example
Text Example
White with #5CE136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE136; }
p { color: rgb(92,225,54); }
H1.HeaderClassName
{
color: #5CE136;
}
.AnyTagClassName
{
color: #5CE136;
}
</style>
background-color css
<style>
a { background-color: #5CE136; }
a { background-color: rgb(92,225,54); }
div.DivClassName
{
background-color: #5CE136;
}
.BgClassName
{
background-color: #5CE136;
}
</style>
border-color css
<style>
span { border-color: #5CE136; }
span { border-color: rgb(92,225,54); }
td.TdClassName
{
border-color: #5CE136;
}
.TagClassName
{
border-color: #5CE136;
}
</style>