Shades of Lime Green #53DA4E
Tints of Lime Green #53DA4E
RGB
CMYK
RGB Variations
Color information
#53DA4E (or 0x53DA4E) is known color: Lime Green. HEX triplet: 53, DA and 4E. RGB value is (83,218,78). Sum of RGB (Red+Green+Blue) = 83+218+78=379 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.90% from 379); Green value is 218 (85.55% from 255 or 57.52% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 218 - color contains mainly: green. Hex color #53DA4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #53DA4E is #AC25B1. Grayscale: #A2A2A2. Windows color (decimal): -11281842 or 5167699. OLE color: 5167699.
HSL color Cylindrical-coordinate representation of color #53DA4E: hue angle of 117.86º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53DA4E is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 218 | 78 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.15 |
| HSL | 117.86º | 0.65% | 0.58% | - |
| HSV(B) | 117.86º | 0.64% | 0.85% | - |
| XYZ | 30.01 | 52.53 | 15.77 | - |
| YUV | 161.68 | 80.77 | 71.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 218 | 78 | 0.62 | 0 | 0.64 | 0.15 | 117.86 | 0.65 | 0.58 |
| Hex | 53 | DA | 4E | 3E | 0 | 40 | F | 76 | 41 | 3A |
| Octal | 123 | 332 | 116 | 76 | 0 | 100 | 17 | 166 | 101 | 72 |
| Binary | 1010011 | 11011010 | 1001110 | 111110 | 0 | 1000000 | 1111 | 1110110 | 1000001 | 111010 |
Color Harmonies of #53DA4E
Complementary color
Monochromatic Colors of #53DA4E
Black with #53DA4E
Text Example
Text Example
White with #53DA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53DA4E; }
p { color: rgb(83,218,78); }
H1.HeaderClassName
{
color: #53DA4E;
}
.AnyTagClassName
{
color: #53DA4E;
}
</style>
background-color css
<style>
a { background-color: #53DA4E; }
a { background-color: rgb(83,218,78); }
div.DivClassName
{
background-color: #53DA4E;
}
.BgClassName
{
background-color: #53DA4E;
}
</style>
border-color css
<style>
span { border-color: #53DA4E; }
span { border-color: rgb(83,218,78); }
td.TdClassName
{
border-color: #53DA4E;
}
.TagClassName
{
border-color: #53DA4E;
}
</style>