Shades of Lime Green #53E334
Tints of Lime Green #53E334
RGB
CMYK
RGB Variations
Color information
#53E334 (or 0x53E334) is known color: Lime Green. HEX triplet: 53, E3 and 34. RGB value is (83,227,52). Sum of RGB (Red+Green+Blue) = 83+227+52=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 227 (89.06% from 255 or 62.71% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 227 - color contains mainly: green. Hex color #53E334 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E334 is #AC1CCB. Grayscale: #A4A4A4. Windows color (decimal): -11279564 or 3466067. OLE color: 3466067.
HSL color Cylindrical-coordinate representation of color #53E334: hue angle of 109.37º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53E334 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 227 | 52 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.11 |
| HSL | 109.37º | 0.76% | 0.55% | - |
| HSV(B) | 109.37º | 0.77% | 0.89% | - |
| XYZ | 31.66 | 57.03 | 12.59 | - |
| YUV | 163.99 | 64.79 | 70.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 227 | 52 | 0.63 | 0 | 0.77 | 0.11 | 109.37 | 0.76 | 0.55 |
| Hex | 53 | E3 | 34 | 3F | 0 | 4D | B | 6D | 4C | 37 |
| Octal | 123 | 343 | 64 | 77 | 0 | 115 | 13 | 155 | 114 | 67 |
| Binary | 1010011 | 11100011 | 110100 | 111111 | 0 | 1001101 | 1011 | 1101101 | 1001100 | 110111 |
Color Harmonies of #53E334
Complementary color
Monochromatic Colors of #53E334
Black with #53E334
Text Example
Text Example
White with #53E334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E334; }
p { color: rgb(83,227,52); }
H1.HeaderClassName
{
color: #53E334;
}
.AnyTagClassName
{
color: #53E334;
}
</style>
background-color css
<style>
a { background-color: #53E334; }
a { background-color: rgb(83,227,52); }
div.DivClassName
{
background-color: #53E334;
}
.BgClassName
{
background-color: #53E334;
}
</style>
border-color css
<style>
span { border-color: #53E334; }
span { border-color: rgb(83,227,52); }
td.TdClassName
{
border-color: #53E334;
}
.TagClassName
{
border-color: #53E334;
}
</style>