Shades of Lime Green #5CE43C
Tints of Lime Green #5CE43C
RGB
CMYK
RGB Variations
Color information
#5CE43C (or 0x5CE43C) is known color: Lime Green. HEX triplet: 5C, E4 and 3C. RGB value is (92,228,60). Sum of RGB (Red+Green+Blue) = 92+228+60=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 228 (89.45% from 255 or 60% from 380); Blue value is 60 (23.83% from 255 or 15.79% from 380); Max value from RGB is 228 - color contains mainly: green. Hex color #5CE43C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE43C is #A31BC3. Grayscale: #A8A8A8. Windows color (decimal): -10689476 or 3990620. OLE color: 3990620.
HSL color Cylindrical-coordinate representation of color #5CE43C: hue angle of 108.57º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5CE43C is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 228 | 60 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.11 |
| HSL | 108.57º | 0.76% | 0.56% | - |
| HSV(B) | 108.57º | 0.74% | 0.89% | - |
| XYZ | 32.97 | 58.09 | 13.75 | - |
| YUV | 168.18 | 66.94 | 73.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 228 | 60 | 0.60 | 0 | 0.74 | 0.11 | 108.57 | 0.76 | 0.56 |
| Hex | 5C | E4 | 3C | 3C | 0 | 4A | B | 6D | 4C | 38 |
| Octal | 134 | 344 | 74 | 74 | 0 | 112 | 13 | 155 | 114 | 70 |
| Binary | 1011100 | 11100100 | 111100 | 111100 | 0 | 1001010 | 1011 | 1101101 | 1001100 | 111000 |
Color Harmonies of #5CE43C
Complementary color
Monochromatic Colors of #5CE43C
Black with #5CE43C
Text Example
Text Example
White with #5CE43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE43C; }
p { color: rgb(92,228,60); }
H1.HeaderClassName
{
color: #5CE43C;
}
.AnyTagClassName
{
color: #5CE43C;
}
</style>
background-color css
<style>
a { background-color: #5CE43C; }
a { background-color: rgb(92,228,60); }
div.DivClassName
{
background-color: #5CE43C;
}
.BgClassName
{
background-color: #5CE43C;
}
</style>
border-color css
<style>
span { border-color: #5CE43C; }
span { border-color: rgb(92,228,60); }
td.TdClassName
{
border-color: #5CE43C;
}
.TagClassName
{
border-color: #5CE43C;
}
</style>