Shades of Lime Green #53F534
Tints of Lime Green #53F534
RGB
CMYK
RGB Variations
Color information
#53F534 (or 0x53F534) is known color: Lime Green. HEX triplet: 53, F5 and 34. RGB value is (83,245,52). Sum of RGB (Red+Green+Blue) = 83+245+52=380 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.84% from 380); Green value is 245 (96.09% from 255 or 64.47% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 245 - color contains mainly: green. Hex color #53F534 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F534 is #AC0ACB. Grayscale: #AFAFAF. Windows color (decimal): -11274956 or 3470675. OLE color: 3470675.
HSL color Cylindrical-coordinate representation of color #53F534: hue angle of 110.36º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53F534 is Cyan = 0.66, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 83 | 245 | 52 | - |
| CMYK | 0.66 | 0 | 0.79 | 0.04 |
| HSL | 110.36º | 0.91% | 0.58% | - |
| HSV(B) | 110.36º | 0.79% | 0.96% | - |
| XYZ | 36.84 | 67.39 | 14.32 | - |
| YUV | 174.56 | 58.83 | 62.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 245 | 52 | 0.66 | 0 | 0.79 | 0.04 | 110.36 | 0.91 | 0.58 |
| Hex | 53 | F5 | 34 | 42 | 0 | 4F | 4 | 6E | 5B | 3A |
| Octal | 123 | 365 | 64 | 102 | 0 | 117 | 4 | 156 | 133 | 72 |
| Binary | 1010011 | 11110101 | 110100 | 1000010 | 0 | 1001111 | 100 | 1101110 | 1011011 | 111010 |
Color Harmonies of #53F534
Complementary color
Monochromatic Colors of #53F534
Black with #53F534
Text Example
Text Example
White with #53F534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F534; }
p { color: rgb(83,245,52); }
H1.HeaderClassName
{
color: #53F534;
}
.AnyTagClassName
{
color: #53F534;
}
</style>
background-color css
<style>
a { background-color: #53F534; }
a { background-color: rgb(83,245,52); }
div.DivClassName
{
background-color: #53F534;
}
.BgClassName
{
background-color: #53F534;
}
</style>
border-color css
<style>
span { border-color: #53F534; }
span { border-color: rgb(83,245,52); }
td.TdClassName
{
border-color: #53F534;
}
.TagClassName
{
border-color: #53F534;
}
</style>