Shades of Lime Green #5CE134
Tints of Lime Green #5CE134
RGB
CMYK
RGB Variations
Color information
#5CE134 (or 0x5CE134) is known color: Lime Green. HEX triplet: 5C, E1 and 34. RGB value is (92,225,52). Sum of RGB (Red+Green+Blue) = 92+225+52=369 (48% of max value = 765). Red value is 92 (36.33% from 255 or 24.93% from 369); Green value is 225 (88.28% from 255 or 60.98% from 369); Blue value is 52 (20.70% from 255 or 14.09% from 369); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE134 is #A31ECB. Grayscale: #A6A6A6. Windows color (decimal): -10690252 or 3465564. OLE color: 3465564.
HSL color Cylindrical-coordinate representation of color #5CE134: hue angle of 106.13º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CE134 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 52 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.12 |
| HSL | 106.13º | 0.74% | 0.54% | - |
| HSV(B) | 106.13º | 0.77% | 0.88% | - |
| XYZ | 31.96 | 56.37 | 12.45 | - |
| YUV | 165.51 | 63.94 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 52 | 0.59 | 0 | 0.77 | 0.12 | 106.13 | 0.74 | 0.54 |
| Hex | 5C | E1 | 34 | 3B | 0 | 4D | C | 6A | 4A | 36 |
| Octal | 134 | 341 | 64 | 73 | 0 | 115 | 14 | 152 | 112 | 66 |
| Binary | 1011100 | 11100001 | 110100 | 111011 | 0 | 1001101 | 1100 | 1101010 | 1001010 | 110110 |
Color Harmonies of #5CE134
Complementary color
Monochromatic Colors of #5CE134
Black with #5CE134
Text Example
Text Example
White with #5CE134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE134; }
p { color: rgb(92,225,52); }
H1.HeaderClassName
{
color: #5CE134;
}
.AnyTagClassName
{
color: #5CE134;
}
</style>
background-color css
<style>
a { background-color: #5CE134; }
a { background-color: rgb(92,225,52); }
div.DivClassName
{
background-color: #5CE134;
}
.BgClassName
{
background-color: #5CE134;
}
</style>
border-color css
<style>
span { border-color: #5CE134; }
span { border-color: rgb(92,225,52); }
td.TdClassName
{
border-color: #5CE134;
}
.TagClassName
{
border-color: #5CE134;
}
</style>