Shades of Lime Green #5CE135
Tints of Lime Green #5CE135
RGB
CMYK
RGB Variations
Color information
#5CE135 (or 0x5CE135) is known color: Lime Green. HEX triplet: 5C, E1 and 35. RGB value is (92,225,53). Sum of RGB (Red+Green+Blue) = 92+225+53=370 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.86% from 370); Green value is 225 (88.28% from 255 or 60.81% from 370); Blue value is 53 (21.09% from 255 or 14.32% from 370); Max value from RGB is 225 - color contains mainly: green. Hex color #5CE135 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE135 is #A31ECA. Grayscale: #A6A6A6. Windows color (decimal): -10690251 or 3531100. OLE color: 3531100.
HSL color Cylindrical-coordinate representation of color #5CE135: hue angle of 106.4º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5CE135 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 92 | 225 | 53 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.12 |
| HSL | 106.4º | 0.74% | 0.55% | - |
| HSV(B) | 106.4º | 0.76% | 0.88% | - |
| XYZ | 31.98 | 56.38 | 12.57 | - |
| YUV | 165.63 | 64.44 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 225 | 53 | 0.59 | 0 | 0.76 | 0.12 | 106.4 | 0.74 | 0.55 |
| Hex | 5C | E1 | 35 | 3B | 0 | 4C | C | 6A | 4A | 37 |
| Octal | 134 | 341 | 65 | 73 | 0 | 114 | 14 | 152 | 112 | 67 |
| Binary | 1011100 | 11100001 | 110101 | 111011 | 0 | 1001100 | 1100 | 1101010 | 1001010 | 110111 |
Color Harmonies of #5CE135
Complementary color
Monochromatic Colors of #5CE135
Black with #5CE135
Text Example
Text Example
White with #5CE135
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE135; }
p { color: rgb(92,225,53); }
H1.HeaderClassName
{
color: #5CE135;
}
.AnyTagClassName
{
color: #5CE135;
}
</style>
background-color css
<style>
a { background-color: #5CE135; }
a { background-color: rgb(92,225,53); }
div.DivClassName
{
background-color: #5CE135;
}
.BgClassName
{
background-color: #5CE135;
}
</style>
border-color css
<style>
span { border-color: #5CE135; }
span { border-color: rgb(92,225,53); }
td.TdClassName
{
border-color: #5CE135;
}
.TagClassName
{
border-color: #5CE135;
}
</style>