Shades of Lime Green #5CEA31
Tints of Lime Green #5CEA31
RGB
CMYK
RGB Variations
Color information
#5CEA31 (or 0x5CEA31) is known color: Lime Green. HEX triplet: 5C, EA and 31. RGB value is (92,234,49). Sum of RGB (Red+Green+Blue) = 92+234+49=375 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.53% from 375); Green value is 234 (91.80% from 255 or 62.4% from 375); Blue value is 49 (19.53% from 255 or 13.07% from 375); Max value from RGB is 234 - color contains mainly: green. Hex color #5CEA31 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5CEA31 is #A315CE. Grayscale: #ABABAB. Windows color (decimal): -10687951 or 3271260. OLE color: 3271260.
HSL color Cylindrical-coordinate representation of color #5CEA31: hue angle of 106.05º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5CEA31 is Cyan = 0.61, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 92 | 234 | 49 | - |
| CMYK | 0.61 | 0 | 0.79 | 0.08 |
| HSL | 106.05º | 0.81% | 0.55% | - |
| HSV(B) | 106.05º | 0.79% | 0.92% | - |
| XYZ | 34.39 | 61.34 | 12.93 | - |
| YUV | 170.45 | 59.46 | 72.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 234 | 49 | 0.61 | 0 | 0.79 | 0.08 | 106.05 | 0.81 | 0.55 |
| Hex | 5C | EA | 31 | 3D | 0 | 4F | 8 | 6A | 51 | 37 |
| Octal | 134 | 352 | 61 | 75 | 0 | 117 | 10 | 152 | 121 | 67 |
| Binary | 1011100 | 11101010 | 110001 | 111101 | 0 | 1001111 | 1000 | 1101010 | 1010001 | 110111 |
Color Harmonies of #5CEA31
Complementary color
Monochromatic Colors of #5CEA31
Black with #5CEA31
Text Example
Text Example
White with #5CEA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CEA31; }
p { color: rgb(92,234,49); }
H1.HeaderClassName
{
color: #5CEA31;
}
.AnyTagClassName
{
color: #5CEA31;
}
</style>
background-color css
<style>
a { background-color: #5CEA31; }
a { background-color: rgb(92,234,49); }
div.DivClassName
{
background-color: #5CEA31;
}
.BgClassName
{
background-color: #5CEA31;
}
</style>
border-color css
<style>
span { border-color: #5CEA31; }
span { border-color: rgb(92,234,49); }
td.TdClassName
{
border-color: #5CEA31;
}
.TagClassName
{
border-color: #5CEA31;
}
</style>