Shades of Lime Green #53E727
Tints of Lime Green #53E727
RGB
CMYK
RGB Variations
Color information
#53E727 (or 0x53E727) is known color: Lime Green. HEX triplet: 53, E7 and 27. RGB value is (83,231,39). Sum of RGB (Red+Green+Blue) = 83+231+39=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #53E727 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53E727 is #AC18D8. Grayscale: #A5A5A5. Windows color (decimal): -11278553 or 2615123. OLE color: 2615123.
HSL color Cylindrical-coordinate representation of color #53E727: hue angle of 106.25º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53E727 is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 231 | 39 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.09 |
| HSL | 106.25º | 0.8% | 0.53% | - |
| HSV(B) | 106.25º | 0.83% | 0.91% | - |
| XYZ | 32.51 | 59.14 | 11.62 | - |
| YUV | 164.86 | 56.97 | 69.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 231 | 39 | 0.64 | 0 | 0.83 | 0.09 | 106.25 | 0.8 | 0.53 |
| Hex | 53 | E7 | 27 | 40 | 0 | 53 | 9 | 6A | 50 | 35 |
| Octal | 123 | 347 | 47 | 100 | 0 | 123 | 11 | 152 | 120 | 65 |
| Binary | 1010011 | 11100111 | 100111 | 1000000 | 0 | 1010011 | 1001 | 1101010 | 1010000 | 110101 |
Color Harmonies of #53E727
Complementary color
Monochromatic Colors of #53E727
Black with #53E727
Text Example
Text Example
White with #53E727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53E727; }
p { color: rgb(83,231,39); }
H1.HeaderClassName
{
color: #53E727;
}
.AnyTagClassName
{
color: #53E727;
}
</style>
background-color css
<style>
a { background-color: #53E727; }
a { background-color: rgb(83,231,39); }
div.DivClassName
{
background-color: #53E727;
}
.BgClassName
{
background-color: #53E727;
}
</style>
border-color css
<style>
span { border-color: #53E727; }
span { border-color: rgb(83,231,39); }
td.TdClassName
{
border-color: #53E727;
}
.TagClassName
{
border-color: #53E727;
}
</style>