Shades of Lime Green #53D338
Tints of Lime Green #53D338
RGB
CMYK
RGB Variations
Color information
#53D338 (or 0x53D338) is known color: Lime Green. HEX triplet: 53, D3 and 38. RGB value is (83,211,56). Sum of RGB (Red+Green+Blue) = 83+211+56=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 211 (82.81% from 255 or 60.29% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 211 - color contains mainly: green. Hex color #53D338 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D338 is #AC2CC7. Grayscale: #9B9B9B. Windows color (decimal): -11283656 or 3724115. OLE color: 3724115.
HSL color Cylindrical-coordinate representation of color #53D338: hue angle of 109.55º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #53D338 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 83 | 211 | 56 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.17 |
| HSL | 109.55º | 0.64% | 0.52% | - |
| HSV(B) | 109.55º | 0.73% | 0.83% | - |
| XYZ | 27.58 | 48.71 | 11.69 | - |
| YUV | 155.06 | 72.09 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 211 | 56 | 0.61 | 0 | 0.73 | 0.17 | 109.55 | 0.64 | 0.52 |
| Hex | 53 | D3 | 38 | 3D | 0 | 49 | 11 | 6E | 40 | 34 |
| Octal | 123 | 323 | 70 | 75 | 0 | 111 | 21 | 156 | 100 | 64 |
| Binary | 1010011 | 11010011 | 111000 | 111101 | 0 | 1001001 | 10001 | 1101110 | 1000000 | 110100 |
Color Harmonies of #53D338
Complementary color
Monochromatic Colors of #53D338
Black with #53D338
Text Example
Text Example
White with #53D338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D338; }
p { color: rgb(83,211,56); }
H1.HeaderClassName
{
color: #53D338;
}
.AnyTagClassName
{
color: #53D338;
}
</style>
background-color css
<style>
a { background-color: #53D338; }
a { background-color: rgb(83,211,56); }
div.DivClassName
{
background-color: #53D338;
}
.BgClassName
{
background-color: #53D338;
}
</style>
border-color css
<style>
span { border-color: #53D338; }
span { border-color: rgb(83,211,56); }
td.TdClassName
{
border-color: #53D338;
}
.TagClassName
{
border-color: #53D338;
}
</style>