Shades of Lime Green #53D93D
Tints of Lime Green #53D93D
RGB
CMYK
RGB Variations
Color information
#53D93D (or 0x53D93D) is known color: Lime Green. HEX triplet: 53, D9 and 3D. RGB value is (83,217,61). Sum of RGB (Red+Green+Blue) = 83+217+61=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #53D93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D93D is #AC26C2. Grayscale: #9F9F9F. Windows color (decimal): -11282115 or 4053331. OLE color: 4053331.
HSL color Cylindrical-coordinate representation of color #53D93D: hue angle of 111.54º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #53D93D is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 83 | 217 | 61 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.15 |
| HSL | 111.54º | 0.67% | 0.55% | - |
| HSV(B) | 111.54º | 0.72% | 0.85% | - |
| XYZ | 29.22 | 51.8 | 12.87 | - |
| YUV | 159.15 | 72.61 | 73.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 217 | 61 | 0.62 | 0 | 0.72 | 0.15 | 111.54 | 0.67 | 0.55 |
| Hex | 53 | D9 | 3D | 3E | 0 | 48 | F | 70 | 43 | 37 |
| Octal | 123 | 331 | 75 | 76 | 0 | 110 | 17 | 160 | 103 | 67 |
| Binary | 1010011 | 11011001 | 111101 | 111110 | 0 | 1001000 | 1111 | 1110000 | 1000011 | 110111 |
Color Harmonies of #53D93D
Complementary color
Monochromatic Colors of #53D93D
Black with #53D93D
Text Example
Text Example
White with #53D93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D93D; }
p { color: rgb(83,217,61); }
H1.HeaderClassName
{
color: #53D93D;
}
.AnyTagClassName
{
color: #53D93D;
}
</style>
background-color css
<style>
a { background-color: #53D93D; }
a { background-color: rgb(83,217,61); }
div.DivClassName
{
background-color: #53D93D;
}
.BgClassName
{
background-color: #53D93D;
}
</style>
border-color css
<style>
span { border-color: #53D93D; }
span { border-color: rgb(83,217,61); }
td.TdClassName
{
border-color: #53D93D;
}
.TagClassName
{
border-color: #53D93D;
}
</style>