Shades of Lime Green #53D733
Tints of Lime Green #53D733
RGB
CMYK
RGB Variations
Color information
#53D733 (or 0x53D733) is known color: Lime Green. HEX triplet: 53, D7 and 33. RGB value is (83,215,51). Sum of RGB (Red+Green+Blue) = 83+215+51=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 215 (84.38% from 255 or 61.60% from 349); Blue value is 51 (20.31% from 255 or 14.61% from 349); Max value from RGB is 215 - color contains mainly: green. Hex color #53D733 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53D733 is #AC28CC. Grayscale: #9D9D9D. Windows color (decimal): -11282637 or 3397459. OLE color: 3397459.
HSL color Cylindrical-coordinate representation of color #53D733: hue angle of 108.29º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53D733 is Cyan = 0.61, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 83 | 215 | 51 | - |
| CMYK | 0.61 | 0 | 0.76 | 0.16 |
| HSL | 108.29º | 0.67% | 0.52% | - |
| HSV(B) | 108.29º | 0.76% | 0.84% | - |
| XYZ | 28.47 | 50.68 | 11.41 | - |
| YUV | 156.84 | 68.27 | 75.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 215 | 51 | 0.61 | 0 | 0.76 | 0.16 | 108.29 | 0.67 | 0.52 |
| Hex | 53 | D7 | 33 | 3D | 0 | 4C | 10 | 6C | 43 | 34 |
| Octal | 123 | 327 | 63 | 75 | 0 | 114 | 20 | 154 | 103 | 64 |
| Binary | 1010011 | 11010111 | 110011 | 111101 | 0 | 1001100 | 10000 | 1101100 | 1000011 | 110100 |
Color Harmonies of #53D733
Complementary color
Monochromatic Colors of #53D733
Black with #53D733
Text Example
Text Example
White with #53D733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53D733; }
p { color: rgb(83,215,51); }
H1.HeaderClassName
{
color: #53D733;
}
.AnyTagClassName
{
color: #53D733;
}
</style>
background-color css
<style>
a { background-color: #53D733; }
a { background-color: rgb(83,215,51); }
div.DivClassName
{
background-color: #53D733;
}
.BgClassName
{
background-color: #53D733;
}
</style>
border-color css
<style>
span { border-color: #53D733; }
span { border-color: rgb(83,215,51); }
td.TdClassName
{
border-color: #53D733;
}
.TagClassName
{
border-color: #53D733;
}
</style>