Shades of Lime Green #5CE63A
Tints of Lime Green #5CE63A
RGB
CMYK
RGB Variations
Color information
#5CE63A (or 0x5CE63A) is known color: Lime Green. HEX triplet: 5C, E6 and 3A. RGB value is (92,230,58). Sum of RGB (Red+Green+Blue) = 92+230+58=380 (50% of max value = 765). Red value is 92 (36.33% from 255 or 24.21% from 380); Green value is 230 (90.23% from 255 or 60.53% from 380); Blue value is 58 (23.05% from 255 or 15.26% from 380); Max value from RGB is 230 - color contains mainly: green. Hex color #5CE63A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CE63A is #A319C5. Grayscale: #A9A9A9. Windows color (decimal): -10688966 or 3860060. OLE color: 3860060.
HSL color Cylindrical-coordinate representation of color #5CE63A: hue angle of 108.14º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5CE63A is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 92 | 230 | 58 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.10 |
| HSL | 108.14º | 0.77% | 0.56% | - |
| HSV(B) | 108.14º | 0.75% | 0.9% | - |
| XYZ | 33.47 | 59.17 | 13.66 | - |
| YUV | 169.13 | 65.28 | 72.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 230 | 58 | 0.60 | 0 | 0.75 | 0.10 | 108.14 | 0.77 | 0.56 |
| Hex | 5C | E6 | 3A | 3C | 0 | 4B | A | 6C | 4D | 38 |
| Octal | 134 | 346 | 72 | 74 | 0 | 113 | 12 | 154 | 115 | 70 |
| Binary | 1011100 | 11100110 | 111010 | 111100 | 0 | 1001011 | 1010 | 1101100 | 1001101 | 111000 |
Color Harmonies of #5CE63A
Complementary color
Monochromatic Colors of #5CE63A
Black with #5CE63A
Text Example
Text Example
White with #5CE63A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE63A; }
p { color: rgb(92,230,58); }
H1.HeaderClassName
{
color: #5CE63A;
}
.AnyTagClassName
{
color: #5CE63A;
}
</style>
background-color css
<style>
a { background-color: #5CE63A; }
a { background-color: rgb(92,230,58); }
div.DivClassName
{
background-color: #5CE63A;
}
.BgClassName
{
background-color: #5CE63A;
}
</style>
border-color css
<style>
span { border-color: #5CE63A; }
span { border-color: rgb(92,230,58); }
td.TdClassName
{
border-color: #5CE63A;
}
.TagClassName
{
border-color: #5CE63A;
}
</style>