Shades of Lime Green #5DE436
Tints of Lime Green #5DE436
RGB
CMYK
RGB Variations
Color information
#5DE436 (or 0x5DE436) is known color: Lime Green. HEX triplet: 5D, E4 and 36. RGB value is (93,228,54). Sum of RGB (Red+Green+Blue) = 93+228+54=375 (49% of max value = 765). Red value is 93 (36.72% from 255 or 24.8% from 375); Green value is 228 (89.45% from 255 or 60.8% from 375); Blue value is 54 (21.48% from 255 or 14.4% from 375); Max value from RGB is 228 - color contains mainly: green. Hex color #5DE436 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5DE436 is #A21BC9. Grayscale: #A8A8A8. Windows color (decimal): -10623946 or 3597405. OLE color: 3597405.
HSL color Cylindrical-coordinate representation of color #5DE436: hue angle of 106.55º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5DE436 is Cyan = 0.59, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 93 | 228 | 54 | - |
| CMYK | 0.59 | 0 | 0.76 | 0.11 |
| HSL | 106.55º | 0.76% | 0.55% | - |
| HSV(B) | 106.55º | 0.76% | 0.89% | - |
| XYZ | 32.92 | 58.08 | 12.97 | - |
| YUV | 167.8 | 63.77 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 228 | 54 | 0.59 | 0 | 0.76 | 0.11 | 106.55 | 0.76 | 0.55 |
| Hex | 5D | E4 | 36 | 3B | 0 | 4C | B | 6B | 4C | 37 |
| Octal | 135 | 344 | 66 | 73 | 0 | 114 | 13 | 153 | 114 | 67 |
| Binary | 1011101 | 11100100 | 110110 | 111011 | 0 | 1001100 | 1011 | 1101011 | 1001100 | 110111 |
Color Harmonies of #5DE436
Complementary color
Monochromatic Colors of #5DE436
Black with #5DE436
Text Example
Text Example
White with #5DE436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5DE436; }
p { color: rgb(93,228,54); }
H1.HeaderClassName
{
color: #5DE436;
}
.AnyTagClassName
{
color: #5DE436;
}
</style>
background-color css
<style>
a { background-color: #5DE436; }
a { background-color: rgb(93,228,54); }
div.DivClassName
{
background-color: #5DE436;
}
.BgClassName
{
background-color: #5DE436;
}
</style>
border-color css
<style>
span { border-color: #5DE436; }
span { border-color: rgb(93,228,54); }
td.TdClassName
{
border-color: #5DE436;
}
.TagClassName
{
border-color: #5DE436;
}
</style>