Shades of Lime Green #53F134
Tints of Lime Green #53F134
RGB
CMYK
RGB Variations
Color information
#53F134 (or 0x53F134) is known color: Lime Green. HEX triplet: 53, F1 and 34. RGB value is (83,241,52). Sum of RGB (Red+Green+Blue) = 83+241+52=376 (49% of max value = 765). Red value is 83 (32.81% from 255 or 22.07% from 376); Green value is 241 (94.53% from 255 or 64.10% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 241 - color contains mainly: green. Hex color #53F134 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53F134 is #AC0ECB. Grayscale: #ACACAC. Windows color (decimal): -11275980 or 3469651. OLE color: 3469651.
HSL color Cylindrical-coordinate representation of color #53F134: hue angle of 110.16º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #53F134 is Cyan = 0.66, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 83 | 241 | 52 | - |
| CMYK | 0.66 | 0 | 0.78 | 0.05 |
| HSL | 110.16º | 0.87% | 0.57% | - |
| HSV(B) | 110.16º | 0.78% | 0.95% | - |
| XYZ | 35.64 | 65 | 13.92 | - |
| YUV | 172.21 | 60.15 | 64.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 241 | 52 | 0.66 | 0 | 0.78 | 0.05 | 110.16 | 0.87 | 0.57 |
| Hex | 53 | F1 | 34 | 42 | 0 | 4E | 5 | 6E | 57 | 39 |
| Octal | 123 | 361 | 64 | 102 | 0 | 116 | 5 | 156 | 127 | 71 |
| Binary | 1010011 | 11110001 | 110100 | 1000010 | 0 | 1001110 | 101 | 1101110 | 1010111 | 111001 |
Color Harmonies of #53F134
Complementary color
Monochromatic Colors of #53F134
Black with #53F134
Text Example
Text Example
White with #53F134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53F134; }
p { color: rgb(83,241,52); }
H1.HeaderClassName
{
color: #53F134;
}
.AnyTagClassName
{
color: #53F134;
}
</style>
background-color css
<style>
a { background-color: #53F134; }
a { background-color: rgb(83,241,52); }
div.DivClassName
{
background-color: #53F134;
}
.BgClassName
{
background-color: #53F134;
}
</style>
border-color css
<style>
span { border-color: #53F134; }
span { border-color: rgb(83,241,52); }
td.TdClassName
{
border-color: #53F134;
}
.TagClassName
{
border-color: #53F134;
}
</style>