Shades of Lime Green #5CE43D
Tints of Lime Green #5CE43D
RGB
CMYK
RGB Variations
Color information
#5CE43D (or 0x5CE43D) is known color: Lime Green. HEX triplet: 5C, E4 and 3D. RGB value is (92,228,61). Sum of RGB (Red+Green+Blue) = 92+228+61=381 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.15% from 381); Green value is 228 (89.45% from 255 or 59.84% from 381); Blue value is 61 (24.22% from 255 or 16.01% from 381); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE43D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE43D is #A31BC2. Grayscale: #A8A8A8. Windows color (decimal): -10689475 or 4056156. OLE color: 4056156.
HSL color Cylindrical-coordinate representation of color #5CE43D: hue angle of 108.86º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5CE43D is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 61 | - |
| CMYK | 0.60 | 0 | 0.73 | 0.11 |
| HSL | 108.86º | 0.76% | 0.57% | - |
| HSV(B) | 108.86º | 0.73% | 0.89% | - |
| XYZ | 33 | 58.1 | 13.89 | - |
| YUV | 168.3 | 67.44 | 73.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 61 | 0.60 | 0 | 0.73 | 0.11 | 108.86 | 0.76 | 0.57 |
| Hex | 5C | E4 | 3D | 3C | 0 | 49 | B | 6D | 4C | 39 |
| Octal | 134 | 344 | 75 | 74 | 0 | 111 | 13 | 155 | 114 | 71 |
| Binary | 1011100 | 11100100 | 111101 | 111100 | 0 | 1001001 | 1011 | 1101101 | 1001100 | 111001 |
Color Harmonies of #5CE43D
Complementary color
Monochromatic Colors of #5CE43D
Black with #5CE43D
Text Example
Text Example
White with #5CE43D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE43D; }
p { color: rgb(92,228,61); }
H1.HeaderClassName
{
color: #5CE43D;
}
.AnyTagClassName
{
color: #5CE43D;
}
</style>
background-color css
<style>
a { background-color: #5CE43D; }
a { background-color: rgb(92,228,61); }
div.DivClassName
{
background-color: #5CE43D;
}
.BgClassName
{
background-color: #5CE43D;
}
</style>
border-color css
<style>
span { border-color: #5CE43D; }
span { border-color: rgb(92,228,61); }
td.TdClassName
{
border-color: #5CE43D;
}
.TagClassName
{
border-color: #5CE43D;
}
</style>