#53EF3B

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

Shades of Lime Green #53EF3B

Tints of Lime Green #53EF3B

Color information

#53EF3B (or 0x53EF3B) is unknown color: approx Lime Green. HEX triplet: 53, EF and 3B. RGB value is (83,239,59). Sum of RGB (Red+Green+Blue) = 83+239+59=381 (50% of max value = 765). Red value is 83 (32.81% from 255 or 21.78% from 381); Green value is 239 (93.75% from 255 or 62.73% from 381); Blue value is 59 (23.44% from 255 or 15.49% from 381); Max value from RGB is 239 - color contains mainly: green. Hex color #53EF3B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #53EF3B is #AC10C4. Grayscale: #ACACAC. Windows color (decimal): -11276485 or 3927891. OLE color: 3927891.

HSL color Cylindrical-coordinate representation of color #53EF3B: hue angle of 112º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53EF3B is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB8323959-
CMYK0.6500.750.06
HSL112º84.91%58.43%-
HSV(B)112º75.31%93.73%-
XYZ35.2263.8914.61-
YUV171.8464.3264.64-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 21.78%
GREEN value IS 239 (93.75% from 255) = 62.73%
BLUE value IS 59 (23.44% from 255) = 15.49%
R=21.78%
G=62.73%
B=15.49%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal83239590.6500.750.0611284.9158.43
Hex53EF3B4104B670553a
Octal123357731010113616012572
Binary10100111110111111101110000010100101111011100001010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53EF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,239,59); }

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

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

 a { background-color: rgb(83,239,59); }

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

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

 span { border-color: rgb(83,239,59); }

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