Shades of Lime Green #53D235
Tints of Lime Green #53D235
RGB
CMYK
RGB Variations
Color information
#53D235 (or 0x53D235) is known color: Lime Green. HEX triplet: 53, D2 and 35. RGB value is (83,210,53). Sum of RGB (Red+Green+Blue) = 83+210+53=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 210 (82.42% from 255 or 60.69% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 210 - color contains mainly: green. Hex color #53D235 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D235 is #AC2DCA. Grayscale: #9A9A9A. Windows color (decimal): -11283915 or 3527251. OLE color: 3527251.
HSL color Cylindrical-coordinate representation of color #53D235: hue angle of 108.54º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53D235 is Cyan = 0.60, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 83 | 210 | 53 | - |
| CMYK | 0.60 | 0 | 0.75 | 0.18 |
| HSL | 108.54º | 0.64% | 0.52% | - |
| HSV(B) | 108.54º | 0.75% | 0.82% | - |
| XYZ | 27.26 | 48.19 | 11.23 | - |
| YUV | 154.13 | 70.92 | 77.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 210 | 53 | 0.60 | 0 | 0.75 | 0.18 | 108.54 | 0.64 | 0.52 |
| Hex | 53 | D2 | 35 | 3C | 0 | 4B | 12 | 6D | 40 | 34 |
| Octal | 123 | 322 | 65 | 74 | 0 | 113 | 22 | 155 | 100 | 64 |
| Binary | 1010011 | 11010010 | 110101 | 111100 | 0 | 1001011 | 10010 | 1101101 | 1000000 | 110100 |
Color Harmonies of #53D235
Complementary color
Monochromatic Colors of #53D235
Black with #53D235
Text Example
Text Example
White with #53D235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D235; }
p { color: rgb(83,210,53); }
H1.HeaderClassName
{
color: #53D235;
}
.AnyTagClassName
{
color: #53D235;
}
</style>
background-color css
<style>
a { background-color: #53D235; }
a { background-color: rgb(83,210,53); }
div.DivClassName
{
background-color: #53D235;
}
.BgClassName
{
background-color: #53D235;
}
</style>
border-color css
<style>
span { border-color: #53D235; }
span { border-color: rgb(83,210,53); }
td.TdClassName
{
border-color: #53D235;
}
.TagClassName
{
border-color: #53D235;
}
</style>