Shades of Lime Green #5CE235
Tints of Lime Green #5CE235
RGB
CMYK
RGB Variations
Color information
#5CE235 (or 0x5CE235) is known color: Lime Green. HEX triplet: 5C, E2 and 35. RGB value is (92,226,53). Sum of RGB (Red+Green+Blue) = 92+226+53=371 (49% of max value = 765). Red value is 92 (36.33% from 255 or 24.80% from 371); Green value is 226 (88.67% from 255 or 60.92% from 371); Blue value is 53 (21.09% from 255 or 14.29% from 371); Max value from RGB is 226 - color contains mainly: green. Hex color #5CE235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5CE235 is #A31DCA. Grayscale: #A6A6A6. Windows color (decimal): -10689995 or 3531356. OLE color: 3531356.
HSL color Cylindrical-coordinate representation of color #5CE235: hue angle of 106.47º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5CE235 is Cyan = 0.59, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 92 | 226 | 53 | - |
| CMYK | 0.59 | 0 | 0.77 | 0.11 |
| HSL | 106.47º | 0.75% | 0.55% | - |
| HSV(B) | 106.47º | 0.77% | 0.89% | - |
| XYZ | 32.25 | 56.93 | 12.66 | - |
| YUV | 166.21 | 64.11 | 75.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 226 | 53 | 0.59 | 0 | 0.77 | 0.11 | 106.47 | 0.75 | 0.55 |
| Hex | 5C | E2 | 35 | 3B | 0 | 4D | B | 6A | 4B | 37 |
| Octal | 134 | 342 | 65 | 73 | 0 | 115 | 13 | 152 | 113 | 67 |
| Binary | 1011100 | 11100010 | 110101 | 111011 | 0 | 1001101 | 1011 | 1101010 | 1001011 | 110111 |
Color Harmonies of #5CE235
Complementary color
Monochromatic Colors of #5CE235
Black with #5CE235
Text Example
Text Example
White with #5CE235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CE235; }
p { color: rgb(92,226,53); }
H1.HeaderClassName
{
color: #5CE235;
}
.AnyTagClassName
{
color: #5CE235;
}
</style>
background-color css
<style>
a { background-color: #5CE235; }
a { background-color: rgb(92,226,53); }
div.DivClassName
{
background-color: #5CE235;
}
.BgClassName
{
background-color: #5CE235;
}
</style>
border-color css
<style>
span { border-color: #5CE235; }
span { border-color: rgb(92,226,53); }
td.TdClassName
{
border-color: #5CE235;
}
.TagClassName
{
border-color: #5CE235;
}
</style>