#53E437

Color #53E437 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #53E437

Tints of Lime Green #53E437

Color information

#53E437 (or 0x53E437) is unknown color: approx Lime Green. HEX triplet: 53, E4 and 37. RGB value is (83,228,55). Sum of RGB (Red+Green+Blue) = 83+228+55=366 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.68% from 366); Green value is 228 (89.45% from 255 or 62.30% from 366); Blue value is 55 (21.88% from 255 or 15.03% from 366); Max value from RGB is 228 - color contains mainly: green. Hex color #53E437 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53E437 is #AC1BC8. Grayscale: #A5A5A5. Windows color (decimal): -11279305 or 3662931. OLE color: 3662931.

HSL color Cylindrical-coordinate representation of color #53E437: hue angle of 110.29º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53E437 is Cyan = 0.64, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.

Color convert

RGB8322855-
CMYK0.6400.760.11
HSL110.29º76.21%55.49%-
HSV(B)110.29º75.88%89.41%-
XYZ3257.613.05-
YUV164.9265.9669.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 22.68%
GREEN value IS 228 (89.45% from 255) = 62.30%
BLUE value IS 55 (21.88% from 255) = 15.03%
R=22.68%
G=62.30%
B=15.03%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal83228550.6400.760.11110.2976.2155.49
Hex53E4374004CB6e4c37
Octal1233446710001141315611467
Binary101001111100100110111100000001001100101111011101001100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53E437; }

 p { color: rgb(83,228,55); }

 H1.HeaderClassName
 {
   color: #53E437;
 }
 .AnyTagClassName
 {
   color: #53E437;
 }
</style>
background-color css

<style>
 a { background-color: #53E437; }

 a { background-color: rgb(83,228,55); }

 div.DivClassName
 {
   background-color: #53E437;
 }
 .BgClassName
 {
   background-color: #53E437;
 }
</style>
border-color css

<style>
 span { border-color: #53E437; }

 span { border-color: rgb(83,228,55); }

 td.TdClassName
 {
   border-color: #53E437;
 }
 .TagClassName
 {
   border-color: #53E437;
 }
</style>