Shades of Lime Green #53F136
Tints of Lime Green #53F136
RGB
CMYK
RGB Variations
Color information
#53F136 (or 0x53F136) is known color: Lime Green. HEX triplet: 53, F1 and 36. RGB value is (83,241,54). Sum of RGB (Red+Green+Blue) = 83+241+54=378 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.96% from 378); Green value is 241 (94.53% from 255 or 63.76% from 378); Blue value is 54 (21.48% from 255 or 14.29% from 378); Max value from RGB is 241 - color contains mainly: green. Hex color #53F136 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F136 is #AC0EC9. Grayscale: #ADADAD. Windows color (decimal): -11275978 or 3600723. OLE color: 3600723.
HSL color Cylindrical-coordinate representation of color #53F136: hue angle of 110.7º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53F136 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 54 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.05 |
| HSL | 110.7º | 0.87% | 0.58% | - |
| HSV(B) | 110.7º | 0.78% | 0.95% | - |
| XYZ | 35.69 | 65.02 | 14.16 | - |
| YUV | 172.44 | 61.15 | 64.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 54 | 0.66 | 0 | 0.78 | 0.05 | 110.7 | 0.87 | 0.58 |
| Hex | 53 | F1 | 36 | 42 | 0 | 4E | 5 | 6F | 57 | 3A |
| Octal | 123 | 361 | 66 | 102 | 0 | 116 | 5 | 157 | 127 | 72 |
| Binary | 1010011 | 11110001 | 110110 | 1000010 | 0 | 1001110 | 101 | 1101111 | 1010111 | 111010 |
Color Harmonies of #53F136
Complementary color
Monochromatic Colors of #53F136
Black with #53F136
Text Example
Text Example
White with #53F136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F136; }
p { color: rgb(83,241,54); }
H1.HeaderClassName
{
color: #53F136;
}
.AnyTagClassName
{
color: #53F136;
}
</style>
background-color css
<style>
a { background-color: #53F136; }
a { background-color: rgb(83,241,54); }
div.DivClassName
{
background-color: #53F136;
}
.BgClassName
{
background-color: #53F136;
}
</style>
border-color css
<style>
span { border-color: #53F136; }
span { border-color: rgb(83,241,54); }
td.TdClassName
{
border-color: #53F136;
}
.TagClassName
{
border-color: #53F136;
}
</style>